commit: 77ee8202af9c92d1174b03b2afdacc7ad8d9d966
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 21:48:20 2017 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 21:48:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ee8202
dev-libs/rapidjson: disable git submodules in -9999
Gentoo-bug: 628112
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-libs/rapidjson/rapidjson-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/rapidjson/rapidjson-9999.ebuild
b/dev-libs/rapidjson/rapidjson-9999.ebuild
index 5d6d2183e51..6d3ed3621f8 100644
--- a/dev-libs/rapidjson/rapidjson-9999.ebuild
+++ b/dev-libs/rapidjson/rapidjson-9999.ebuild
@@ -14,6 +14,7 @@ SLOT="0"
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/miloyip/rapidjson.git"
+ EGIT_SUBMODULES=()
inherit git-r3
else
SRC_URI="https://github.com/miloyip/rapidjson/archive/v${PV}.tar.gz ->
${P}.tar.gz"