dev-python/libvirt-python: x86 stable (bug #673734)
authorThomas Deutschmann <whissi@gentoo.org>
Sat, 29 Dec 2018 18:47:06 +0000 (19:47 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 29 Dec 2018 19:12:04 +0000 (20:12 +0100)
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-python/libvirt-python/libvirt-python-4.9.0.ebuild

index c2b3ec1b2d9bb7863fca7c89307023c24e28206a..c3935e1caeea0ccd1ad383ba2eb5e4ce28f13aa9 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*}"