diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2018-02-12 12:47:19 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2018-02-12 12:47:19 +0100 |
commit | f09e0ac0a7bb1fb84d75266efcfb10aae2d3c4c1 (patch) | |
tree | ad22d7f9fe069d87b32674bbcb9794b99d5f8987 | |
parent | cbc4515bd9a36dcf8294a7b4c933677f74962767 (diff) | |
download | gentoo-f09e0ac0a7bb1fb84d75266efcfb10aae2d3c4c1.tar.gz gentoo-f09e0ac0a7bb1fb84d75266efcfb10aae2d3c4c1.tar.xz |
dev-python/libvirt-python: amd64 stable wrt bug #647338
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-4.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-4.0.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.0.0.ebuild index 172f3dc3886..1c88d56cc6c 100644 --- a/dev-python/libvirt-python/libvirt-python-4.0.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-4.0.0.ebuild @@ -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 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}" |