diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-09-08 09:20:47 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-09-08 09:20:47 +0200 |
commit | 0a484ad445134b2e18dbcb92aa87f8c50965a88b (patch) | |
tree | bc2572f12f1f5d7e6c71b2253ca139caa08bb903 /dev-python/libvirt-python | |
parent | app-emulation/libvirt: x86 stable wrt bug #559796 (diff) | |
download | gentoo-0a484ad445134b2e18dbcb92aa87f8c50965a88b.tar.gz gentoo-0a484ad445134b2e18dbcb92aa87f8c50965a88b.tar.bz2 gentoo-0a484ad445134b2e18dbcb92aa87f8c50965a88b.zip |
dev-python/libvirt-python: x86 stable wrt bug #559796
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-1.2.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-1.2.18.ebuild b/dev-python/libvirt-python/libvirt-python-1.2.18.ebuild index 7e00c010c3be..1f38cff44f52 100644 --- a/dev-python/libvirt-python/libvirt-python-1.2.18.ebuild +++ b/dev-python/libvirt-python/libvirt-python-1.2.18.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} = *9999* ]]; then 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*}" |