diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-02 13:00:54 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-02 13:00:54 +0300 |
commit | 87f019d5eab8f2d5ca67800b290db58969a323cf (patch) | |
tree | 1fff6f0cfafb697065566386b1fce7ad3c2e5623 /dev-python/libvirt-python | |
parent | app-emulation/libvirt-glib: amd64 stable wrt bug #673734 (diff) | |
download | gentoo-87f019d5eab8f2d5ca67800b290db58969a323cf.tar.gz gentoo-87f019d5eab8f2d5ca67800b290db58969a323cf.tar.bz2 gentoo-87f019d5eab8f2d5ca67800b290db58969a323cf.zip |
dev-python/libvirt-python: 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 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-4.9.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild index c3935e1caeea..e071f09b538f 100644 --- a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-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 @@ -13,11 +13,11 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git" SRC_URI="" - KEYWORDS="x86" + KEYWORDS="amd64 x86" RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm64 x86" + KEYWORDS="amd64 ~arm64 x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}" |