diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-14 19:23:56 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-14 19:24:42 +0000 |
commit | a9bc2d19c6c552475506f410b1c9fb6e3d88e1b7 (patch) | |
tree | 18be4b30b329fc246b1d14f8c2f189c69f181b9e /dev-libs/xxhash | |
parent | dev-python/wrapt: 1.12.1 (diff) | |
download | gentoo-a9bc2d19c6c552475506f410b1c9fb6e3d88e1b7.tar.gz gentoo-a9bc2d19c6c552475506f410b1c9fb6e3d88e1b7.tar.bz2 gentoo-a9bc2d19c6c552475506f410b1c9fb6e3d88e1b7.zip |
dev-libs/xxhash: stable 0.6.5 for ia64, bug #690582
Package-Manager: Portage-2.3.93, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
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 d4000dc24d46..6e8b7384250d 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}" |