diff options
author | Sam James <sam@gentoo.org> | 2021-01-24 23:31:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-24 23:31:24 +0000 |
commit | 16b8661e9332ce4a8686e56dab703e61b2ca4308 (patch) | |
tree | f52b7d33c07b807e9c64aecfc920e472f22772f9 /dev-libs/xxhash | |
parent | dev-libs/libyaml: Stabilize 0.2.5 arm, #764893 (diff) | |
download | gentoo-16b8661e9332ce4a8686e56dab703e61b2ca4308.tar.gz gentoo-16b8661e9332ce4a8686e56dab703e61b2ca4308.tar.bz2 gentoo-16b8661e9332ce4a8686e56dab703e61b2ca4308.zip |
dev-libs/xxhash: Stabilize 0.8.0 arm, #765493
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/xxhash')
-rw-r--r-- | dev-libs/xxhash/xxhash-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/xxhash/xxhash-0.8.0.ebuild b/dev-libs/xxhash/xxhash-0.8.0.ebuild index f78aab958172..b822e784d75e 100644 --- a/dev-libs/xxhash/xxhash-0.8.0.ebuild +++ b/dev-libs/xxhash/xxhash-0.8.0.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}" |