diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-17 19:33:10 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-17 19:33:10 +0000 |
| commit | 795962701b57871f55d56b037c5d282800ced5b1 (patch) | |
| tree | 8fe7513a747dc152c726e29ace3bf6d317e18e1e /dev-python/libvirt-python/libvirt-python-10.0.0.ebuild | |
| parent | 52c4dac4ff4335778d998dd2e3195434d295224a (diff) | |
| download | baldeagleos-repo-795962701b57871f55d56b037c5d282800ced5b1.tar.gz baldeagleos-repo-795962701b57871f55d56b037c5d282800ced5b1.tar.xz baldeagleos-repo-795962701b57871f55d56b037c5d282800ced5b1.zip | |
Adding metadata
Diffstat (limited to 'dev-python/libvirt-python/libvirt-python-10.0.0.ebuild')
| -rw-r--r-- | dev-python/libvirt-python/libvirt-python-10.0.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-10.0.0.ebuild b/dev-python/libvirt-python/libvirt-python-10.0.0.ebuild index 150254a9147c..16cc53178842 100644 --- a/dev-python/libvirt-python/libvirt-python-10.0.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-10.0.0.ebuild @@ -21,16 +21,17 @@ if [[ ${PV} == *9999* ]]; then RDEPEND="app-emulation/libvirt:=" else MY_P="${P/_rc/-rc}" - SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz - verify-sig? ( https://libvirt.org/sources/python/${MY_P}.tar.gz.asc )" + SRC_URI="https://download.libvirt.org/python/${MY_P}.tar.gz + verify-sig? ( https://download.libvirt.org/python/${MY_P}.tar.gz.asc )" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi -S="${WORKDIR}/${P%_rc*}" DESCRIPTION="libvirt Python bindings" HOMEPAGE="https://www.libvirt.org" +S="${WORKDIR}/${P%_rc*}" + LICENSE="LGPL-2" SLOT="0" IUSE="examples test" |
