diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-13 09:40:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-13 09:40:25 +0000 |
commit | 1ac0100267d86c2ee83a3809f5efe9fc772b5e89 (patch) | |
tree | bae81ad99dc833588255c0af43b11b27beda5630 /dev-python/libvirt-python | |
parent | Stable for x86, wrt bug #548706 (diff) | |
download | gentoo-2-1ac0100267d86c2ee83a3809f5efe9fc772b5e89.tar.gz gentoo-2-1ac0100267d86c2ee83a3809f5efe9fc772b5e89.tar.bz2 gentoo-2-1ac0100267d86c2ee83a3809f5efe9fc772b5e89.zip |
Stable for x86, wrt bug #548706
(Portage version: 2.2.18/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.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/libvirt-python/ChangeLog b/dev-python/libvirt-python/ChangeLog index 47f6b0bd2ad5..9950d82e1fc7 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.35 2015/05/08 12:12:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.36 2015/05/13 09:40:25 ago Exp $ + + 13 May 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.14.ebuild: + Stable for x86, wrt bug #548706 08 May 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.14.ebuild: Stable for amd64, wrt bug #548706 diff --git a/dev-python/libvirt-python/libvirt-python-1.2.14.ebuild b/dev-python/libvirt-python/libvirt-python-1.2.14.ebuild index 03e23cf6fb2c..f8ca30fafd58 100644 --- a/dev-python/libvirt-python/libvirt-python-1.2.14.ebuild +++ b/dev-python/libvirt-python/libvirt-python-1.2.14.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.14.ebuild,v 1.2 2015/05/08 12:12:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.14.ebuild,v 1.3 2015/05/13 09:40:25 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*}" |