diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-24 13:19:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-24 13:19:18 +0000 |
commit | 27383da6dc34136b705fbe608e65c7c054b70d0b (patch) | |
tree | b2a1ccc58c525f9a8319a975ef72475c9e6623a8 /dev-python/libvirt-python | |
parent | Stable for amd64, wrt bug #533286 (diff) | |
download | gentoo-2-27383da6dc34136b705fbe608e65c7c054b70d0b.tar.gz gentoo-2-27383da6dc34136b705fbe608e65c7c054b70d0b.tar.bz2 gentoo-2-27383da6dc34136b705fbe608e65c7c054b70d0b.zip |
Stable for x86, wrt bug #532438
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-1.2.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/libvirt-python/ChangeLog b/dev-python/libvirt-python/ChangeLog index 1640542fa1c3..2f9e6eb0e121 100644 --- a/dev-python/libvirt-python/ChangeLog +++ b/dev-python/libvirt-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/libvirt-python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.26 2014/12/24 13:18:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.27 2014/12/24 13:19:18 ago Exp $ + + 24 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.10.ebuild: + Stable for x86, wrt bug #532438 24 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.10.ebuild: Stable for amd64, wrt bug #532438 diff --git a/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild b/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild index 9f1578dd6eb4..40513a199675 100644 --- a/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild +++ b/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v 1.7 2014/12/24 13:18:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v 1.8 2014/12/24 13:19:18 ago Exp $ EAPI=5 @@ -20,7 +20,7 @@ if [[ ${PV} = *9999* ]]; then RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}" |