dev-python/libvirt-python: x86 stable wrt bug #711524
authorAgostino Sarubbo <ago@gentoo.org>
Sun, 15 Mar 2020 18:40:48 +0000 (19:40 +0100)
committerAgostino Sarubbo <ago@gentoo.org>
Sun, 15 Mar 2020 18:40:48 +0000 (19:40 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
dev-python/libvirt-python/libvirt-python-6.0.0.ebuild

index 74b6dcf32ae4a369a4a2123b38c8730bed9cb6e7..79a9f02c1ffd30fe53c5c4590e61fa53a4cbb3b2 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="amd64"
+       KEYWORDS="amd64 x86"
        RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
        SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
-       KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+       KEYWORDS="amd64 ~arm64 ~ppc64 x86"
        RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"