diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-06 16:51:09 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-06 16:51:18 -0500 |
commit | d545619688a242f8fe10b7aeb1334433d60c6282 (patch) | |
tree | a74e6a66bd310839ff73592e7313220062326201 /sys-apps | |
parent | media-gfx/inkscape-1.0_beta1: fixed UnnecessarySlashStrip warning (diff) | |
download | gentoo-d545619688a242f8fe10b7aeb1334433d60c6282.tar.gz gentoo-d545619688a242f8fe10b7aeb1334433d60c6282.tar.bz2 gentoo-d545619688a242f8fe10b7aeb1334433d60c6282.zip |
sys-apps/file: arm64 stable (bug #698610)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-5.37-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-5.37-r1.ebuild b/sys-apps/file/file-5.37-r1.ebuild index 746e3380b6e6..cc7727a60d61 100644 --- a/sys-apps/file/file-5.37-r1.ebuild +++ b/sys-apps/file/file-5.37-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 else SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~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 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~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" |