diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-07-07 07:23:06 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-07 07:57:54 +0100 |
commit | 900aea190ab882acc92f3c7bfa56adba158f3749 (patch) | |
tree | 99a4f46980e6b66a6eae5ad8bf332c04d8e150a4 /dev-libs/xxhash | |
parent | net-ftp/proftpd: stable 1.3.7_rc4-r1 for sparc, bug #730898 (diff) | |
download | gentoo-900aea190ab882acc92f3c7bfa56adba158f3749.tar.gz gentoo-900aea190ab882acc92f3c7bfa56adba158f3749.tar.bz2 gentoo-900aea190ab882acc92f3c7bfa56adba158f3749.zip |
dev-libs/xxhash: stable 0.7.3 for sparc, bug #730768
Package-Manager: Portage-2.3.99, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
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.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/xxhash/xxhash-0.7.3.ebuild b/dev-libs/xxhash/xxhash-0.7.3.ebuild index e411b49e55a2..4a2c47743143 100644 --- a/dev-libs/xxhash/xxhash-0.7.3.ebuild +++ b/dev-libs/xxhash/xxhash-0.7.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Cyan4973/xxHash/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2 GPL-2+" # https://abi-laboratory.pro/tracker/timeline/xxhash SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-macos" IUSE="static-libs" S="${WORKDIR}/xxHash-${PV}" |