dev-python/libvirt-python: use https:// instead of git://

Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
Matthias Maier
2018-06-28 23:27:34 -05:00
parent aff0da389a
commit 9a464fb057
3 changed files with 5 additions and 5 deletions

View File

@@ -11,9 +11,9 @@ inherit distutils-r1
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
SRC_URI=""
KEYWORDS="amd64 x86"
KEYWORDS=""
RDEPEND="app-emulation/libvirt:=[-python(-)]"
else
SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"