diff options
author | Richard Freeman <rich0@gentoo.org> | 2014-02-18 13:00:04 +0000 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2014-02-18 13:00:04 +0000 |
commit | a05cc96965c992dee74bd5e83c1337552ebd35fc (patch) | |
tree | 874d2a027a649dada6855a6ad3ecde9ca5dd8a63 /sys-apps/file/file-5.17.ebuild | |
parent | Version bump, wrt bug #500140. EAPI 5, migrate to autotools-utils and python-... (diff) | |
download | historical-a05cc96965c992dee74bd5e83c1337552ebd35fc.tar.gz historical-a05cc96965c992dee74bd5e83c1337552ebd35fc.tar.bz2 historical-a05cc96965c992dee74bd5e83c1337552ebd35fc.zip |
amd64 stable - 501574
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x08C170DE55EC123A
Diffstat (limited to 'sys-apps/file/file-5.17.ebuild')
-rw-r--r-- | sys-apps/file/file-5.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |