diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-23 03:35:08 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-23 03:35:08 +0200 |
commit | 65ba6091af0f05b6c90b31e718372eee579f5b24 (patch) | |
tree | ccd71432f81c68319bf6e0bbc51fa666624a7e37 /dev-python/libvirt-python | |
parent | app-emulation/libvirt: x86 stable (bug #664064) (diff) | |
download | gentoo-65ba6091af0f05b6c90b31e718372eee579f5b24.tar.gz gentoo-65ba6091af0f05b6c90b31e718372eee579f5b24.tar.bz2 gentoo-65ba6091af0f05b6c90b31e718372eee579f5b24.zip |
dev-python/libvirt-python: x86 stable (bug #664064)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-4.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-4.5.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.5.0.ebuild index 42d117b59bcb..aac94d48b1fe 100644 --- a/dev-python/libvirt-python/libvirt-python-4.5.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-4.5.0.ebuild @@ -13,11 +13,11 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git" SRC_URI="" - KEYWORDS="" + KEYWORDS="x86" RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}" |