diff options
author | 2017-05-07 12:36:21 +0200 | |
---|---|---|
committer | 2017-05-07 12:36:21 +0200 | |
commit | 0ccf62678c5ad51c7f2e7abfb833e3c93f16236c (patch) | |
tree | 09b47c774aafafc64f30307d3abb1afdb8122083 /dev-python/libvirt-python | |
parent | app-emulation/libvirt: x86 stable wrt bug #617656 (diff) | |
download | gentoo-0ccf62678c5ad51c7f2e7abfb833e3c93f16236c.tar.gz gentoo-0ccf62678c5ad51c7f2e7abfb833e3c93f16236c.tar.bz2 gentoo-0ccf62678c5ad51c7f2e7abfb833e3c93f16236c.zip |
dev-python/libvirt-python: x86 stable wrt bug #617656
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-3.2.0.ebuild b/dev-python/libvirt-python/libvirt-python-3.2.0.ebuild index c7930e15b36b..7361e9b767d2 100644 --- a/dev-python/libvirt-python/libvirt-python-3.2.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-3.2.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="amd64" + KEYWORDS="amd64 x86" 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*}" |