diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-26 21:53:02 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-26 22:04:52 +0200 |
commit | be642152213b679824e3be065d3ed8fec85d35c2 (patch) | |
tree | 9db423278cd535d1ee9fbe0f6c18589df7346e74 /sys-apps | |
parent | sys-libs/cracklib: x86 stable (bug #583954). (diff) | |
download | gentoo-be642152213b679824e3be065d3ed8fec85d35c2.tar.gz gentoo-be642152213b679824e3be065d3ed8fec85d35c2.tar.bz2 gentoo-be642152213b679824e3be065d3ed8fec85d35c2.zip |
sys-apps/file: x86 stable (bug #583956).
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
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 35f9136d7695..4198e84223cf 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" |