dev-python/libvirt-python: x86 stable (bug #650018)
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 18 Mar 2018 00:24:57 +0000 (01:24 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 18 Mar 2018 00:40:02 +0000 (01:40 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-python/libvirt-python/libvirt-python-4.1.0.ebuild

index 1c88d56cc6c66daa9ab1fd9685703027d57d43ab..5839b78806d7a5aa7b9317925ac5df4077a0911b 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="amd64"
+       KEYWORDS="amd64 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*}"