summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-08 07:41:11 +0000
committerSam James <sam@gentoo.org>2021-06-08 07:41:11 +0000
commit5ff3315f9619ad33a20df8d0b54088242a45e26a (patch)
tree5684dfec623cbe0860a2ac3f351c427d03d4d594 /dev-libs
parentdev-cpp/tclap: Keyword 1.2.2 sparc, #760803 (diff)
downloadgentoo-5ff3315f9619ad33a20df8d0b54088242a45e26a.tar.gz
gentoo-5ff3315f9619ad33a20df8d0b54088242a45e26a.tar.bz2
gentoo-5ff3315f9619ad33a20df8d0b54088242a45e26a.zip
dev-libs/rapidjson: Keyword 1.1.0-r3 sparc, #760803
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild b/dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild
index 5b1dcd2314e6..0cc19acd1ce0 100644
--- a/dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild
+++ b/dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/miloyip/rapidjson/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
S="${WORKDIR}/rapidjson-${PV}"
fi