diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-02 13:00:44 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-02 13:00:44 +0300 |
commit | f9a2aa217962a63b3e449016334946df5c162240 (patch) | |
tree | 0455e0ed02185b0e10074d47eeb6aee2121b1454 /app-emulation/libvirt | |
parent | net-misc/wget: amd64 stable wrt bug #674170 (diff) | |
download | gentoo-f9a2aa217962a63b3e449016334946df5c162240.tar.gz gentoo-f9a2aa217962a63b3e449016334946df5c162240.tar.bz2 gentoo-f9a2aa217962a63b3e449016334946df5c162240.zip |
app-emulation/libvirt: amd64 stable wrt bug #673734
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-emulation/libvirt')
-rw-r--r-- | app-emulation/libvirt/libvirt-4.9.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/libvirt/libvirt-4.9.0.ebuild b/app-emulation/libvirt/libvirt-4.9.0.ebuild index 1a8756f5974d..fb60857d3dca 100644 --- a/app-emulation/libvirt/libvirt-4.9.0.ebuild +++ b/app-emulation/libvirt/libvirt-4.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://libvirt.org/git/libvirt.git" SRC_URI="" - KEYWORDS="x86" + KEYWORDS="amd64 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 |