diff options
author | Sam James <sam@gentoo.org> | 2021-04-25 05:10:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-25 05:10:40 +0000 |
commit | d656c398ddbe1e4033bd78b90da0745789fb5ac9 (patch) | |
tree | 8ef603278c9422fde14c51598bea38082af4ff11 /sys-apps/file | |
parent | sys-process/parallel: Stabilize 20210322 x86, #785226 (diff) | |
download | gentoo-d656c398ddbe1e4033bd78b90da0745789fb5ac9.tar.gz gentoo-d656c398ddbe1e4033bd78b90da0745789fb5ac9.tar.bz2 gentoo-d656c398ddbe1e4033bd78b90da0745789fb5ac9.zip |
sys-apps/file: Stabilize 5.40-r2 x86, #785292
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-5.40-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-5.40-r2.ebuild b/sys-apps/file/file-5.40-r2.ebuild index 4a02e27da192..a5173f83bf7b 100644 --- a/sys-apps/file/file-5.40-r2.ebuild +++ b/sys-apps/file/file-5.40-r2.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" |