summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/grs/grs-0.5.ebuild')
-rw-r--r--app-portage/grs/grs-0.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/grs/grs-0.5.ebuild b/app-portage/grs/grs-0.5.ebuild
index 0ec4143b9139..ef064c9ea51b 100644
--- a/app-portage/grs/grs-0.5.ebuild
+++ b/app-portage/grs/grs-0.5.ebuild
@@ -6,9 +6,9 @@ PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1 linux-info
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/grss.git"
- inherit git-2
+if [[ ${PV} == *9999 ]] ; then
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/grss.git"
+ inherit git-r3
else
SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
KEYWORDS="amd64"