diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-08 23:24:41 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-08 23:24:41 +0100 |
commit | 9975a11c98952182b103bfae3ff4bdc814fb35f2 (patch) | |
tree | 13d8cc954a409e4cf5cf1b25a1985334f998590a /sys-apps | |
parent | dev-vcs/git: stable 2.13.5 for hppa/sparc, bug #627488 (thanks to Dakon) (diff) | |
download | gentoo-9975a11c98952182b103bfae3ff4bdc814fb35f2.tar.gz gentoo-9975a11c98952182b103bfae3ff4bdc814fb35f2.tar.bz2 gentoo-9975a11c98952182b103bfae3ff4bdc814fb35f2.zip |
sys-apps/file: stable 5.31 for hppa, bug #629698
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-5.31.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-5.31.ebuild b/sys-apps/file/file-5.31.ebuild index fcd995577aac..0347e3728efe 100644 --- a/sys-apps/file/file-5.31.ebuild +++ b/sys-apps/file/file-5.31.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 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="identify a file's format by scanning binary data for patterns" |