dev-python/libvirt-python: x86 stable (bug #635174)
authorThomas Deutschmann <whissi@gentoo.org>
Mon, 13 Nov 2017 00:21:53 +0000 (01:21 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Mon, 13 Nov 2017 00:21:53 +0000 (01:21 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.4

dev-python/libvirt-python/libvirt-python-3.8.0.ebuild

index c16440985c370f2ef0bbf010c7b0d78ae368b8cf..41cc3fa2f7f5634cdc9aeb652e41d57af67bd6ef 100644 (file)
@@ -13,11 +13,11 @@ if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
        SRC_URI=""
-       KEYWORDS=""
+       KEYWORDS="x86"
        RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
        SRC_URI="http://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*}"