diff options
author | 2021-04-25 05:15:47 +0000 | |
---|---|---|
committer | 2021-04-25 05:15:47 +0000 | |
commit | f88608173b899979b80a09512353c49311f9cd88 (patch) | |
tree | 84e76a9417ed159738972d9d0007629f49050616 /sys-apps/file | |
parent | dev-vcs/stgit: Stabilize 1.0 arm, #785397 (diff) | |
download | gentoo-f88608173b899979b80a09512353c49311f9cd88.tar.gz gentoo-f88608173b899979b80a09512353c49311f9cd88.tar.bz2 gentoo-f88608173b899979b80a09512353c49311f9cd88.zip |
sys-apps/file: Stabilize 5.40-r2 sparc, #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 09ae37a9c7bb..650001c2ea33 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" |