diff options
author | 2018-06-05 17:51:16 +0300 | |
---|---|---|
committer | 2018-06-05 17:52:44 +0300 | |
commit | 2aac24f43eb5117ae3f7c42492b87ec32bede2de (patch) | |
tree | 67f39197009e984085ad77f6f769164e488e0f68 /dev-python/libvirt-python | |
parent | app-emulation/libvirt: amd64 stable wrt bug #657304 (diff) | |
download | gentoo-2aac24f43eb5117ae3f7c42492b87ec32bede2de.tar.gz gentoo-2aac24f43eb5117ae3f7c42492b87ec32bede2de.tar.bz2 gentoo-2aac24f43eb5117ae3f7c42492b87ec32bede2de.zip |
dev-python/libvirt-python: amd64 stable wrt bug #657304
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild b/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild index d097045772d1..cfa6187b5092 100644 --- a/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild +++ b/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild @@ -13,11 +13,11 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://libvirt.org/libvirt-python.git" SRC_URI="" - KEYWORDS="" + KEYWORDS="amd64" RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="http://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*}" |