diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-12 13:28:16 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-12 13:28:16 +0200 |
commit | 0c5ce6fd8644a5d8da8426a247d61078b11e994c (patch) | |
tree | 0cf0891ab3065028cbddd1a4d78142b3dc9ea589 /sys-apps/file | |
parent | sci-physics/bullet: x86 stable (bug #657252) (diff) | |
download | gentoo-0c5ce6fd8644a5d8da8426a247d61078b11e994c.tar.gz gentoo-0c5ce6fd8644a5d8da8426a247d61078b11e994c.tar.bz2 gentoo-0c5ce6fd8644a5d8da8426a247d61078b11e994c.zip |
sys-apps/file: x86 stable (bug #657930)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-5.33-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-5.33-r2.ebuild b/sys-apps/file/file-5.33-r2.ebuild index 4537ffb58aa8..f7a9a7c4d486 100644 --- a/sys-apps/file/file-5.33-r2.ebuild +++ b/sys-apps/file/file-5.33-r2.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" |