diff options
author | Sam James <sam@gentoo.org> | 2021-07-14 04:11:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-14 04:11:45 +0100 |
commit | ec9c31915f702a62404366212874cbc786bba469 (patch) | |
tree | e0a785bdf058d3eba6805a004176f175901523da /sys-apps/file | |
parent | app-admin/sysstat: Stabilize 12.5.4 arm, #800209 (diff) | |
download | gentoo-ec9c31915f702a62404366212874cbc786bba469.tar.gz gentoo-ec9c31915f702a62404366212874cbc786bba469.tar.bz2 gentoo-ec9c31915f702a62404366212874cbc786bba469.zip |
sys-apps/file: Stabilize 5.40-r3 arm, #800851
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/file')
-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 a35b94c33d95..90b41899e807 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" |