dev-python/libvirt-python: x86 stable (bug #718094)
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 26 Apr 2020 23:27:12 +0000 (01:27 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 26 Apr 2020 23:43:29 +0000 (01:43 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-python/libvirt-python/libvirt-python-6.2.0.ebuild

index 607c6f77b7f4cc43d567ca98204ce3528a8e2017..56edf9682f549df20bbd45ef97795924b632bdf3 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 ~ppc64 ~x86"
+       KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
        RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"