diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-07 00:53:13 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-07 01:21:53 +0200 |
commit | 028666b571be05e79c6382011711fa2149c2c180 (patch) | |
tree | c1fe9b51c05b0b98e57e47e28f51719c771e172f /dev-python | |
parent | dev-libs/libsigsegv: x86 stable (bug #657094) (diff) | |
download | gentoo-028666b571be05e79c6382011711fa2149c2c180.tar.gz gentoo-028666b571be05e79c6382011711fa2149c2c180.tar.bz2 gentoo-028666b571be05e79c6382011711fa2149c2c180.zip |
dev-python/libvirt-python: x86 stable (bug #657304)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild b/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild index cfa6187b5092..bd6c920a34b8 100644 --- a/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild +++ b/dev-python/libvirt-python/libvirt-python-4.3.0-r1.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 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}" |