mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-30 00:38:07 -07:00
dev-python/libvirt-python: fix fetch error due to untrusted certificate
Package-Manager: Portage-2.3.0, Repoman-2.3.1
This commit is contained in:
@@ -17,7 +17,7 @@ if [[ ${PV} = *9999* ]]; then
|
||||
KEYWORDS=""
|
||||
RDEPEND="app-emulation/libvirt:=[-python(-)]"
|
||||
else
|
||||
SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
|
||||
SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"
|
||||
KEYWORDS="amd64 x86"
|
||||
RDEPEND="app-emulation/libvirt:0/${PV}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user