diff options
Diffstat (limited to 'dev-python/rtslib/rtslib-9999.ebuild')
-rw-r--r-- | dev-python/rtslib/rtslib-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/rtslib/rtslib-9999.ebuild b/dev-python/rtslib/rtslib-9999.ebuild index d06b7d242582..6d946acafaf9 100644 --- a/dev-python/rtslib/rtslib-9999.ebuild +++ b/dev-python/rtslib/rtslib-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,8 +16,7 @@ IUSE="" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/Datera/${PN}.git - https://github.com/Datera/${PN}.git" + EGIT_REPO_URI="https://github.com/Datera/${PN}.git" KEYWORDS="" else MY_PV=${PV/_/-} |