diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-13 01:21:30 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-13 01:21:30 +0100 |
commit | 2b79f936a43518bff5b2e1c8f45ec8caa8da5ebb (patch) | |
tree | 112a7fd76b442e6b6fa15b9b9cd926ae7a68a1df /app-emulation | |
parent | media-sound/mpd: x86 stable (bug #623408) (diff) | |
download | gentoo-2b79f936a43518bff5b2e1c8f45ec8caa8da5ebb.tar.gz gentoo-2b79f936a43518bff5b2e1c8f45ec8caa8da5ebb.tar.bz2 gentoo-2b79f936a43518bff5b2e1c8f45ec8caa8da5ebb.zip |
app-emulation/libvirt: x86 stable (bug #635174)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/libvirt-3.8.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libvirt/libvirt-3.8.0-r1.ebuild b/app-emulation/libvirt/libvirt-3.8.0-r1.ebuild index 7ac23060bb18..2d50fa32d1c0 100644 --- a/app-emulation/libvirt/libvirt-3.8.0-r1.ebuild +++ b/app-emulation/libvirt/libvirt-3.8.0-r1.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://libvirt.org/libvirt.git" SRC_URI="" - KEYWORDS="" + KEYWORDS="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 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 x86" SLOT="0/${PV}" fi |