diff options
author | Sam James <sam@gentoo.org> | 2021-09-04 22:31:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-04 22:38:14 +0100 |
commit | 00930f0aaa439d51f6fa5246d6467ab4f2ac6483 (patch) | |
tree | c6936a4b7f51cbc340b3cf5b018061114e8ea2cb /sys-apps | |
parent | dev-python/dulwich: Stabilize 0.20.23 arm64, #799977 (diff) | |
download | gentoo-00930f0aaa439d51f6fa5246d6467ab4f2ac6483.tar.gz gentoo-00930f0aaa439d51f6fa5246d6467ab4f2ac6483.tar.bz2 gentoo-00930f0aaa439d51f6fa5246d6467ab4f2ac6483.zip |
sys-apps/file: Stabilize 5.40-r3 arm64, #800851
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-5.40-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-5.40-r3.ebuild b/sys-apps/file/file-5.40-r3.ebuild index 7cb5ba7a5cd9..bb2ef20e0af9 100644 --- a/sys-apps/file/file-5.40-r3.ebuild +++ b/sys-apps/file/file-5.40-r3.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 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="identify a file's format by scanning binary data for patterns" |