diff options
author | 2018-03-15 13:01:45 +0300 | |
---|---|---|
committer | 2018-03-15 13:02:35 +0300 | |
commit | 7d40a14f63d8b68de4277ab618e3b309dafdef77 (patch) | |
tree | c47965972d5fe81ad8b5ebebe42b59ee7750f8fc | |
parent | app-emulation/libvirt: amd64 stable wrt bug #650018 (diff) | |
download | gentoo-7d40a14f63d8b68de4277ab618e3b309dafdef77.tar.gz gentoo-7d40a14f63d8b68de4277ab618e3b309dafdef77.tar.bz2 gentoo-7d40a14f63d8b68de4277ab618e3b309dafdef77.zip |
dev-python/libvirt-python: amd64 stable wrt bug #650018
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-4.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-4.1.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.1.0.ebuild index 172f3dc38862..1c88d56cc6c6 100644 --- a/dev-python/libvirt-python/libvirt-python-4.1.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-4.1.0.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*}" |