diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-02-20 13:51:05 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-02-20 15:10:21 +0100 |
commit | a933b04b1f3cf62d71b9f5fd1c69604797777017 (patch) | |
tree | f0023d10eb8be08ced9a9911e4db55c68e1cfc07 /sys-apps | |
parent | sys-apps/diffutils: keyword ~x64-cygwin (diff) | |
download | gentoo-a933b04b1f3cf62d71b9f5fd1c69604797777017.tar.gz gentoo-a933b04b1f3cf62d71b9f5fd1c69604797777017.tar.bz2 gentoo-a933b04b1f3cf62d71b9f5fd1c69604797777017.zip |
sys-apps/file: keyword ~x64-cygwin
Package-Manager: portage-2.3.3
Diffstat (limited to 'sys-apps')
-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 fd2802a85508..fb127eecde57 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 ~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" |