summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-06-26 19:25:48 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-06-26 19:26:18 +0300
commita7c0a23a7768c59ca31bbaf244b19fc9fba77f51 (patch)
tree5a64dcd2897ba0bb1b95e51f2d63f684f99c2365 /dev-libs/xxhash
parentdev-db/sqlitestudio: EAPI-7 bump, add missing BDEPEND (diff)
downloadgentoo-a7c0a23a7768c59ca31bbaf244b19fc9fba77f51.tar.gz
gentoo-a7c0a23a7768c59ca31bbaf244b19fc9fba77f51.tar.bz2
gentoo-a7c0a23a7768c59ca31bbaf244b19fc9fba77f51.zip
dev-libs/xxhash: Add ~riscv keyword wrt bug #729582
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="riscv" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-libs/xxhash')
-rw-r--r--dev-libs/xxhash/xxhash-0.7.3.ebuild2
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 8973996851d3..baba81c88143 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 ~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}"