diff options
author | 2018-12-29 19:47:06 +0100 | |
---|---|---|
committer | 2018-12-29 20:12:04 +0100 | |
commit | 342b2b5d812526aa3fad64d243698400aac24ba5 (patch) | |
tree | 0481183620ec2f7003ba61c754ecaace65a52e7f /dev-python/libvirt-python | |
parent | app-emulation/libvirt-glib: x86 stable (bug #673734) (diff) | |
download | gentoo-342b2b5d812526aa3fad64d243698400aac24ba5.tar.gz gentoo-342b2b5d812526aa3fad64d243698400aac24ba5.tar.bz2 gentoo-342b2b5d812526aa3fad64d243698400aac24ba5.zip |
dev-python/libvirt-python: x86 stable (bug #673734)
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-4.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild index c2b3ec1b2d9b..c3935e1caeea 100644 --- a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-4.9.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*}" |