summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-30 22:22:44 +0000
committerSam James <sam@gentoo.org>2022-01-30 22:23:49 +0000
commit90def2c387aa56304da15856bb272c1532f27fd4 (patch)
tree86229fe66270b3012edf60f729bc7f839d2e5ea9 /dev-libs
parentdev-libs/marisa: Stabilize 0.2.6 x86, #832393 (diff)
downloadgentoo-90def2c387aa56304da15856bb272c1532f27fd4.tar.gz
gentoo-90def2c387aa56304da15856bb272c1532f27fd4.tar.bz2
gentoo-90def2c387aa56304da15856bb272c1532f27fd4.zip
dev-libs/rapidjson: Stabilize 1.1.0-r3 x86, #832393
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild b/dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild
index da68858dfa4f..6e92601ef858 100644
--- a/dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild
+++ b/dev-libs/rapidjson/rapidjson-1.1.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
S="${WORKDIR}/rapidjson-${PV}"
fi