diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-23 03:34:44 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-23 03:34:44 +0200 |
commit | 1ffe46ce64da41eb489e0030b089c3b5421341a2 (patch) | |
tree | e042e7e252e72a64a49bdce7886cd16837f5eee4 | |
parent | media-libs/libsbsms: x86 stable (bug #664276) (diff) | |
download | gentoo-1ffe46ce64da41eb489e0030b089c3b5421341a2.tar.gz gentoo-1ffe46ce64da41eb489e0030b089c3b5421341a2.tar.bz2 gentoo-1ffe46ce64da41eb489e0030b089c3b5421341a2.zip |
app-emulation/libvirt: x86 stable (bug #664064)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
-rw-r--r-- | app-emulation/libvirt/libvirt-4.5.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libvirt/libvirt-4.5.0-r1.ebuild b/app-emulation/libvirt/libvirt-4.5.0-r1.ebuild index f43499d923d1..ce154c31c36c 100644 --- a/app-emulation/libvirt/libvirt-4.5.0-r1.ebuild +++ b/app-emulation/libvirt/libvirt-4.5.0-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://libvirt.org/git/libvirt.git" SRC_URI="" - KEYWORDS="" + KEYWORDS="x86" SLOT="0" else # Versions with 4 numbers are stable updates: @@ -20,7 +20,7 @@ else else SRC_URI="https://libvirt.org/sources/${P}.tar.xz" fi - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 x86" SLOT="0/${PV}" fi |