diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-11-09 14:55:14 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-11-09 14:55:14 -0800 |
commit | d2131ff368f55c96747a9f7401edcc8bb0adea5a (patch) | |
tree | 4a9d6dd7e98c5776a7a50eb654854288d806e0f8 /sys-apps | |
parent | net-nds/openldap-2.4.48: alpha stable, bug 695504 (diff) | |
download | gentoo-d2131ff368f55c96747a9f7401edcc8bb0adea5a.tar.gz gentoo-d2131ff368f55c96747a9f7401edcc8bb0adea5a.tar.bz2 gentoo-d2131ff368f55c96747a9f7401edcc8bb0adea5a.zip |
sys-apps/file-5.37-r1: alpha stable, bug 698610
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-5.37-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-5.37-r1.ebuild b/sys-apps/file/file-5.37-r1.ebuild index e80190e4315b..15902d849e8c 100644 --- a/sys-apps/file/file-5.37-r1.ebuild +++ b/sys-apps/file/file-5.37-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 else SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="identify a file's format by scanning binary data for patterns" |