diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-11-02 00:50:05 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-11-02 00:50:35 -0700 |
commit | 5424d9c2cb3b23bab781a6d4662584b476409872 (patch) | |
tree | 1192570aaae2d6597e8639ff00a39f16e62d0d41 /sys-apps/file | |
parent | app-text/xmlto-0.0.28-r1: alpha stable, bug 669068 (diff) | |
download | gentoo-5424d9c2cb3b23bab781a6d4662584b476409872.tar.gz gentoo-5424d9c2cb3b23bab781a6d4662584b476409872.tar.bz2 gentoo-5424d9c2cb3b23bab781a6d4662584b476409872.zip |
sys-apps/file-5.34: alpha stable, bug 669282
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-5.34.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-5.34.ebuild b/sys-apps/file/file-5.34.ebuild index 9d3bb9d660ca..8d6b96093d65 100644 --- a/sys-apps/file/file-5.34.ebuild +++ b/sys-apps/file/file-5.34.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 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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" |