diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-27 01:27:12 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-27 01:43:29 +0200 |
commit | d15b13e97e06ace4ec3719751d0e927ec73b0337 (patch) | |
tree | a0d8c6cd1ac06abf05fefd5d774007ffd933e814 /dev-python/libvirt-python | |
parent | app-emulation/libvirt: x86 stable (bug #718094) (diff) | |
download | gentoo-d15b13e97e06ace4ec3719751d0e927ec73b0337.tar.gz gentoo-d15b13e97e06ace4ec3719751d0e927ec73b0337.tar.bz2 gentoo-d15b13e97e06ace4ec3719751d0e927ec73b0337.zip |
dev-python/libvirt-python: x86 stable (bug #718094)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-6.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-6.2.0.ebuild b/dev-python/libvirt-python/libvirt-python-6.2.0.ebuild index 607c6f77b7f4..56edf9682f54 100644 --- a/dev-python/libvirt-python/libvirt-python-6.2.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-6.2.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 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}" |