diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-11 11:39:42 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-11 11:39:42 +0100 |
commit | d2033a675eef646cf7d49f6f9299fff391afbe36 (patch) | |
tree | 19fef270565debef6e9dfaa24f809d3f82fda6eb /dev-libs/xxhash | |
parent | dev-libs/vc: Stabilize 1.4.2 x86, #833108 (diff) | |
download | gentoo-d2033a675eef646cf7d49f6f9299fff391afbe36.tar.gz gentoo-d2033a675eef646cf7d49f6f9299fff391afbe36.tar.bz2 gentoo-d2033a675eef646cf7d49f6f9299fff391afbe36.zip |
dev-libs/xxhash: Stabilize 0.8.1 x86, #833109
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-libs/xxhash')
-rw-r--r-- | dev-libs/xxhash/xxhash-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/xxhash/xxhash-0.8.1.ebuild b/dev-libs/xxhash/xxhash-0.8.1.ebuild index f962fe805892..6a61ac79799d 100644 --- a/dev-libs/xxhash/xxhash-0.8.1.ebuild +++ b/dev-libs/xxhash/xxhash-0.8.1.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}" |