diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-27 14:30:33 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-27 14:45:42 +0200 |
commit | 1f957aba1bacf4b6e526909a1eab571bc8ddebbc (patch) | |
tree | eecb6ca59b341f6dae925c3114282f9302943c22 /sys-apps/file | |
parent | sys-libs/cracklib: amd64 stable (bug #583954). (diff) | |
download | gentoo-1f957aba1bacf4b6e526909a1eab571bc8ddebbc.tar.gz gentoo-1f957aba1bacf4b6e526909a1eab571bc8ddebbc.tar.bz2 gentoo-1f957aba1bacf4b6e526909a1eab571bc8ddebbc.zip |
sys-apps/file: amd64 stable (bug #583956).
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/file')
-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 4198e84223cf..54e5f1931167 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" |