diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-12-13 07:57:33 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-12-13 07:57:33 +0100 |
commit | d0998a293f552f14d8b08554cfd11a9f6c31c90a (patch) | |
tree | dc4f3192286df884010e5812881217832b811f96 /sys-apps | |
parent | sys-libs/gdbm: amd64 stable wrt bug #829045 (diff) | |
download | gentoo-d0998a293f552f14d8b08554cfd11a9f6c31c90a.tar.gz gentoo-d0998a293f552f14d8b08554cfd11a9f6c31c90a.tar.bz2 gentoo-d0998a293f552f14d8b08554cfd11a9f6c31c90a.zip |
sys-apps/file: amd64 stable wrt bug #829046
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-5.41.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-5.41.ebuild b/sys-apps/file/file-5.41.ebuild index dc056fc0413e..d52a3a10e40a 100644 --- a/sys-apps/file/file-5.41.ebuild +++ b/sys-apps/file/file-5.41.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" |