diff options
author | 2014-02-18 12:59:49 +0000 | |
---|---|---|
committer | 2014-02-18 12:59:49 +0000 | |
commit | 25238c66a65825c00a60ab98122620fc2d6a3716 (patch) | |
tree | eda9ba27b3d0201eaa32602e8d0f033c365a3731 /sys-apps/file | |
parent | Version bump, wrt bug #500140. EAPI 5, migrate to autotools-utils and python-... (diff) | |
download | gentoo-2-25238c66a65825c00a60ab98122620fc2d6a3716.tar.gz gentoo-2-25238c66a65825c00a60ab98122620fc2d6a3716.tar.bz2 gentoo-2-25238c66a65825c00a60ab98122620fc2d6a3716.zip |
amd64 stable - 501574
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-5.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index a3bf368b99c1..a23a8e849544 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.260 2014/02/17 20:22:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.261 2014/02/18 12:59:49 rich0 Exp $ + + 18 Feb 2014; Richard Freeman <rich0@gentoo.org> file-5.17.ebuild: + amd64 stable - 501574 17 Feb 2014; Jeroen Roovers <jer@gentoo.org> file-5.17.ebuild: Stable for HPPA (bug #501574). diff --git a/sys-apps/file/file-5.17.ebuild b/sys-apps/file/file-5.17.ebuild index bb7a90ad5b5a..e341610f4d7a 100644 --- a/sys-apps/file/file-5.17.ebuild +++ b/sys-apps/file/file-5.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.17.ebuild,v 1.2 2014/02/17 20:22:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.17.ebuild,v 1.3 2014/02/18 12:59:49 rich0 Exp $ EAPI="4" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="identify a file's format by scanning binary data for patterns" |