dev-python/libvirt-python: amd64 stable wrt bug #620518
authorAgostino Sarubbo <ago@gentoo.org>
Sun, 4 Jun 2017 10:32:24 +0000 (12:32 +0200)
committerAgostino Sarubbo <ago@gentoo.org>
Sun, 4 Jun 2017 10:32:24 +0000 (12:32 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
dev-python/libvirt-python/libvirt-python-3.3.0.ebuild

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