diff options
author | 2020-03-16 18:07:14 +0100 | |
---|---|---|
committer | 2020-03-16 18:25:14 +0000 | |
commit | e39c0ae822d6690d98f296e2ea25cb0991650e22 (patch) | |
tree | 3da5c826a00f08cb8004c89789bec5637125fdf9 /dev-libs/xxhash | |
parent | dev-libs/icu: stable 65.1-r1 for hppa, bug #710758 (diff) | |
download | gentoo-e39c0ae822d6690d98f296e2ea25cb0991650e22.tar.gz gentoo-e39c0ae822d6690d98f296e2ea25cb0991650e22.tar.bz2 gentoo-e39c0ae822d6690d98f296e2ea25cb0991650e22.zip |
dev-libs/xxhash: stable 0.6.5 for hppa, bug #690582
Package-Manager: Portage-2.3.89, Repoman-2.3.20
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 'dev-libs/xxhash')
-rw-r--r-- | dev-libs/xxhash/xxhash-0.6.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/xxhash/xxhash-0.6.5.ebuild b/dev-libs/xxhash/xxhash-0.6.5.ebuild index 6e8b7384250d..525c28dc08b2 100644 --- a/dev-libs/xxhash/xxhash-0.6.5.ebuild +++ b/dev-libs/xxhash/xxhash-0.6.5.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/Cyan4973/xxHash/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2 GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x64-macos" IUSE="static-libs" S="${WORKDIR}/xxHash-${PV}" |