diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-20 14:06:47 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-20 14:06:47 +0300 |
commit | 3733ba5149e537968ab91eec74e15222ebca58df (patch) | |
tree | e4b457661aa6fe00901243f2d22becc450ebaeee /app-emulation | |
parent | app-emulation/qemu: amd64 stable wrt bug #686026 (diff) | |
download | gentoo-3733ba5149e537968ab91eec74e15222ebca58df.tar.gz gentoo-3733ba5149e537968ab91eec74e15222ebca58df.tar.bz2 gentoo-3733ba5149e537968ab91eec74e15222ebca58df.zip |
app-emulation/libvirt: amd64 stable wrt bug #686026
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/libvirt-5.2.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild b/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild index fa7ff494b7c1..1d550c9818ac 100644 --- a/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild +++ b/app-emulation/libvirt/libvirt-5.2.0-r2.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="amd64" 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 |