diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-01 16:30:10 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-01 16:30:10 +0100 |
commit | 813fca21a14fd139f0ed83757eefbf5870d37e92 (patch) | |
tree | 4b3015e83cee1ba5ea46e9b7bf405b2352a62c86 /app-emulation/libvirt | |
parent | app-dicts/myspell-nl: amd64 stable wrt bug #704350 (diff) | |
download | gentoo-813fca21a14fd139f0ed83757eefbf5870d37e92.tar.gz gentoo-813fca21a14fd139f0ed83757eefbf5870d37e92.tar.bz2 gentoo-813fca21a14fd139f0ed83757eefbf5870d37e92.zip |
app-emulation/libvirt: amd64 stable wrt bug #704402
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/libvirt')
-rw-r--r-- | app-emulation/libvirt/libvirt-5.8.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/libvirt/libvirt-5.8.0.ebuild b/app-emulation/libvirt/libvirt-5.8.0.ebuild index 13c8110bd846..89d668b0f60e 100644 --- a/app-emulation/libvirt/libvirt-5.8.0.ebuild +++ b/app-emulation/libvirt/libvirt-5.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,11 +11,11 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://libvirt.org/git/libvirt.git" SRC_URI="" - KEYWORDS="" + KEYWORDS="amd64" SLOT="0" else SRC_URI="https://libvirt.org/sources/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" SLOT="0/${PV}" fi |