dev-python/libvirt-python: x86 stable (bug #664064)
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 23 Aug 2018 01:35:08 +0000 (03:35 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 23 Aug 2018 01:35:08 +0000 (03:35 +0200)
Package-Manager: Portage-2.3.48, Repoman-2.3.10

dev-python/libvirt-python/libvirt-python-4.5.0.ebuild

index 42d117b59bcbb49a045e02f6c620977c2c1f914c..aac94d48b1fedf8d282853b820c5285cfbc777b5 100644 (file)
@@ -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*}"