diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-13 13:53:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-13 13:53:43 +0000 |
commit | 11afb3dd73529fc67dad73870b50f72c42bfbac0 (patch) | |
tree | dc69529ac27d1e8d8d585acd89c7264358b5c413 /dev-python/libvirt-python | |
parent | Stable for x86, wrt bug #543044 (diff) | |
download | gentoo-2-11afb3dd73529fc67dad73870b50f72c42bfbac0.tar.gz gentoo-2-11afb3dd73529fc67dad73870b50f72c42bfbac0.tar.bz2 gentoo-2-11afb3dd73529fc67dad73870b50f72c42bfbac0.zip |
Stable for x86, wrt bug #543044
(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.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/libvirt-python/ChangeLog b/dev-python/libvirt-python/ChangeLog index e12306e6edaf..ab0801e1c1c0 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.31 2015/03/13 13:53:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.32 2015/03/13 13:53:43 ago Exp $ + + 13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.12.ebuild: + Stable for x86, wrt bug #543044 13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.12.ebuild: Stable for amd64, wrt bug #543044 diff --git a/dev-python/libvirt-python/libvirt-python-1.2.12.ebuild b/dev-python/libvirt-python/libvirt-python-1.2.12.ebuild index 4e18b13a6ad6..7518c56fbd80 100644 --- a/dev-python/libvirt-python/libvirt-python-1.2.12.ebuild +++ b/dev-python/libvirt-python/libvirt-python-1.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.12.ebuild,v 1.2 2015/03/13 13:53:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.12.ebuild,v 1.3 2015/03/13 13:53:43 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*}" |