diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-01 16:30:17 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-01 16:30:17 +0100 |
commit | 2aca647f0d91236efa783a113f378c1e43c8c754 (patch) | |
tree | 19085e0e882735ba71a39513e601f19de50baa88 /dev-python | |
parent | app-emulation/libvirt: amd64 stable wrt bug #704402 (diff) | |
download | gentoo-2aca647f0d91236efa783a113f378c1e43c8c754.tar.gz gentoo-2aca647f0d91236efa783a113f378c1e43c8c754.tar.bz2 gentoo-2aca647f0d91236efa783a113f378c1e43c8c754.zip |
dev-python/libvirt-python: 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 'dev-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-5.8.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-5.8.0.ebuild b/dev-python/libvirt-python/libvirt-python-5.8.0.ebuild index d493d3d2b913..1892301a5cd2 100644 --- a/dev-python/libvirt-python/libvirt-python-5.8.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-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 @@ -13,11 +13,11 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git" SRC_URI="" - KEYWORDS="" + KEYWORDS="amd64" RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}" |