diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-07 12:36:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-07 12:36:16 +0200 |
commit | 06ae1026c15f74cc272e813afeb08dd4468fbb96 (patch) | |
tree | ffd3050105b09c716eaf227e29d0cb0e80b2c41a | |
parent | app-text/kbibtex: amd64 stable wrt bug #617672 (diff) | |
download | gentoo-06ae1026c15f74cc272e813afeb08dd4468fbb96.tar.gz gentoo-06ae1026c15f74cc272e813afeb08dd4468fbb96.tar.bz2 gentoo-06ae1026c15f74cc272e813afeb08dd4468fbb96.zip |
app-emulation/libvirt: 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>
-rw-r--r-- | app-emulation/libvirt/libvirt-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libvirt/libvirt-3.2.0.ebuild b/app-emulation/libvirt/libvirt-3.2.0.ebuild index 25e5664cd704..66c3fa5acfbe 100644 --- a/app-emulation/libvirt/libvirt-3.2.0.ebuild +++ b/app-emulation/libvirt/libvirt-3.2.0.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://libvirt.org/libvirt.git" SRC_URI="" - KEYWORDS="amd64" + KEYWORDS="amd64 x86" SLOT="0" else # Versions with 4 numbers are stable updates: @@ -18,7 +18,7 @@ else else SRC_URI="http://libvirt.org/sources/${P}.tar.xz" fi - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" SLOT="0/${PV}" fi |