diff options
author | Matt Turner <mattst88@gentoo.org> | 2016-05-24 22:02:49 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2016-05-24 23:27:58 -0700 |
commit | 47194250a90dff0b052244f2fe5369187b078efc (patch) | |
tree | adf34a3286e6e7ed16dac7376c6f0a8b77e1fca6 /sys-apps | |
parent | sys-libs/cracklib: alpha stable, bug 583954. (diff) | |
download | gentoo-47194250a90dff0b052244f2fe5369187b078efc.tar.gz gentoo-47194250a90dff0b052244f2fe5369187b078efc.tar.bz2 gentoo-47194250a90dff0b052244f2fe5369187b078efc.zip |
sys-apps/file: alpha stable, bug 583956.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-5.25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-5.25.ebuild b/sys-apps/file/file-5.25.ebuild index e20afcbb69ea..35f9136d7695 100644 --- a/sys-apps/file/file-5.25.ebuild +++ b/sys-apps/file/file-5.25.ebuild @@ -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" |