Reflect move of libvirt repositories

Libvirt and related projects moved from self hosting to
gitlab.com hosting. The old repos were made a read only mirror of
their gitlab images. Reflect this change in the live ebuilds.

https://www.redhat.com/archives/libvir-list/2020-April/msg00329.html

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/15478
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Michal Privoznik
2020-04-23 11:46:07 +02:00
committed by Sergei Trofimovich
parent dbe8100cf2
commit 294c8c9385
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ inherit distutils-r1
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt-python.git"
SRC_URI=""
KEYWORDS=""
RDEPEND="app-emulation/libvirt:=[-python(-)]"