diff options
author | Sam James <sam@gentoo.org> | 2020-07-29 16:17:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-29 16:21:21 +0000 |
commit | d270cdbb21cf21310ee2752e0c9c993d14b972ad (patch) | |
tree | a33f673848428f3f5f9bf03480a1b08cc6a17870 /dev-libs/rapidjson | |
parent | app-text/recode: ppc stable (bug #717054) (diff) | |
download | gentoo-d270cdbb21cf21310ee2752e0c9c993d14b972ad.tar.gz gentoo-d270cdbb21cf21310ee2752e0c9c993d14b972ad.tar.bz2 gentoo-d270cdbb21cf21310ee2752e0c9c993d14b972ad.zip |
dev-libs/rapidjson: arm64 stable (bug #734100)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/rapidjson')
-rw-r--r-- | dev-libs/rapidjson/rapidjson-1.1.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/rapidjson/rapidjson-1.1.0-r2.ebuild b/dev-libs/rapidjson/rapidjson-1.1.0-r2.ebuild index 60920f668949..ba6caae81069 100644 --- a/dev-libs/rapidjson/rapidjson-1.1.0-r2.ebuild +++ b/dev-libs/rapidjson/rapidjson-1.1.0-r2.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 ~x86" + KEYWORDS="amd64 arm arm64 ~x86" S="${WORKDIR}/rapidjson-${PV}" fi |