From 294c8c938579081e504fa497f4aaa50b927fb202 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 23 Apr 2020 11:46:07 +0200 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/15478 Signed-off-by: Sergei Trofimovich --- dev-python/libvirt-python/libvirt-python-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/libvirt-python') diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index 607c6f77b7f4..14a5fba8787a 100644 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild @@ -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(-)]" -- cgit v1.2.3-65-gdbad