diff options
author | 2020-07-18 20:09:32 +0000 | |
---|---|---|
committer | 2020-07-18 20:09:32 +0000 | |
commit | c4d4010fe2de4eb698bc567ae0a641547c3878fb (patch) | |
tree | 8cd069119eb12c5adcd8dd79676689a458934489 /dev-libs/xxhash | |
parent | app-misc/prog-express: x86 stable (bug #724100) (diff) | |
download | gentoo-c4d4010fe2de4eb698bc567ae0a641547c3878fb.tar.gz gentoo-c4d4010fe2de4eb698bc567ae0a641547c3878fb.tar.bz2 gentoo-c4d4010fe2de4eb698bc567ae0a641547c3878fb.zip |
dev-libs/xxhash: arm64 stable (bug #730768)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@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 290fe6607342..4c309bb8f6d2 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}" |