diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-09-08 09:19:35 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-09-08 09:19:35 +0200 |
commit | 61cff67187aeb4391458cb1665129b16ef6f11c2 (patch) | |
tree | 7e6d5761fe6204341a9c221583084e1a14b6393b /dev-python/libvirt-python | |
parent | app-emulation/libvirt: amd64 stable wrt bug #559796 (diff) | |
download | gentoo-61cff67187aeb4391458cb1665129b16ef6f11c2.tar.gz gentoo-61cff67187aeb4391458cb1665129b16ef6f11c2.tar.bz2 gentoo-61cff67187aeb4391458cb1665129b16ef6f11c2.zip |
dev-python/libvirt-python: amd64 stable wrt bug #559796
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
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 cc59d1ba63b0..7e00c010c3be 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*}" |