diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-26 16:02:15 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-26 16:02:15 +0200 |
commit | 1eb974c660d9b8611e5950c80cf45e9d77763a0e (patch) | |
tree | f39695c73129b56977394da657adeca922113fcf /sys-apps/file | |
parent | www-client/chromium: x86 stable wrt bug #617504 (diff) | |
download | gentoo-1eb974c660d9b8611e5950c80cf45e9d77763a0e.tar.gz gentoo-1eb974c660d9b8611e5950c80cf45e9d77763a0e.tar.bz2 gentoo-1eb974c660d9b8611e5950c80cf45e9d77763a0e.zip |
sys-apps/file: x86 stable wrt bug #619506
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-5.30.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-5.30.ebuild b/sys-apps/file/file-5.30.ebuild index 79ec55fc7965..1f542afce621 100644 --- a/sys-apps/file/file-5.30.ebuild +++ b/sys-apps/file/file-5.30.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 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-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 ~sparc-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" |