diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-12-22 10:00:59 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-12-22 10:00:59 +0100 |
commit | 0ffb9e5f34ae47a0c81ac4834cf8edadf9e8a673 (patch) | |
tree | 7744634b9049aef63c0eaec6a4224283bd179af2 /dev-python/libvirt-python | |
parent | app-emulation/xen-tools: amd64 stable wrt bug #566842 (diff) | |
download | gentoo-0ffb9e5f34ae47a0c81ac4834cf8edadf9e8a673.tar.gz gentoo-0ffb9e5f34ae47a0c81ac4834cf8edadf9e8a673.tar.bz2 gentoo-0ffb9e5f34ae47a0c81ac4834cf8edadf9e8a673.zip |
dev-python/libvirt-python: amd64 stable wrt bug #568870
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-1.2.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild b/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild index cc59d1ba63b0..7e00c010c3be 100644 --- a/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild +++ b/dev-python/libvirt-python/libvirt-python-1.2.21.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*}" |