diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-04-25 10:42:39 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-04-25 09:56:36 +0100 |
commit | 77bd4232676dfcadd0d11ac68bf591211d8f4aaf (patch) | |
tree | 9abcc1dbb8b85a9a174a95f2ff5a2d3948a40585 /sys-apps/file | |
parent | dev-python/zope-interface: stable 5.3.0 for hppa, bug #784758 (diff) | |
download | gentoo-77bd4232676dfcadd0d11ac68bf591211d8f4aaf.tar.gz gentoo-77bd4232676dfcadd0d11ac68bf591211d8f4aaf.tar.bz2 gentoo-77bd4232676dfcadd0d11ac68bf591211d8f4aaf.zip |
sys-apps/file: stable 5.40-r2 for hppa, bug #785292
Package-Manager: Portage-3.0.17, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@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 650001c2ea33..fb586956b33c 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" |