diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2020-04-23 11:46:07 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-26 21:18:04 +0100 |
commit | 294c8c938579081e504fa497f4aaa50b927fb202 (patch) | |
tree | d09541b07d3b6e40451b1b311b13ee8617b11411 /app-emulation/libvirt | |
parent | media-gfx/waifu2x-ncnn-vulkan-20200414: version bump (diff) | |
download | gentoo-294c8c938579081e504fa497f4aaa50b927fb202.tar.gz gentoo-294c8c938579081e504fa497f4aaa50b927fb202.tar.bz2 gentoo-294c8c938579081e504fa497f4aaa50b927fb202.zip |
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>
Diffstat (limited to 'app-emulation/libvirt')
-rw-r--r-- | app-emulation/libvirt/libvirt-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index a761557096f1..7e2d3a8c23b9 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -9,7 +9,7 @@ inherit autotools out-of-source bash-completion-r1 eutils linux-info python-any- if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://libvirt.org/git/libvirt.git" + EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt.git" SRC_URI="" KEYWORDS="" SLOT="0" |