diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-05-27 15:19:36 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-05-27 15:19:36 +0200 |
commit | 2e91b1bb7c0d04743e11d4a95ca49b34c5c87442 (patch) | |
tree | d1407032818b3a2a9dde50eadc44d87a4e223e30 /sys-apps/file | |
parent | media-libs/tiff-4.0.8-r0: add alpha keyword (diff) | |
download | gentoo-2e91b1bb7c0d04743e11d4a95ca49b34c5c87442.tar.gz gentoo-2e91b1bb7c0d04743e11d4a95ca49b34c5c87442.tar.bz2 gentoo-2e91b1bb7c0d04743e11d4a95ca49b34c5c87442.zip |
sys-apps/file-5.30-r0: add alpha keyword
Gentoo-Bug: 619506
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 2202614c625f..06394a519126 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" |