diff options
author | 2014-01-25 18:17:07 +0000 | |
---|---|---|
committer | 2014-01-25 18:17:07 +0000 | |
commit | 9e82a5ffca208196d59adad8828c2b13a6ac2b92 (patch) | |
tree | 6a807b54910556ba48045120d7136fe74071acb9 /dev-python | |
parent | Stable for amd64, wrt bug #498534 (diff) | |
download | gentoo-2-9e82a5ffca208196d59adad8828c2b13a6ac2b92.tar.gz gentoo-2-9e82a5ffca208196d59adad8828c2b13a6ac2b92.tar.bz2 gentoo-2-9e82a5ffca208196d59adad8828c2b13a6ac2b92.zip |
Stable for amd64, wrt bug #498534
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/libvirt-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/libvirt-python/ChangeLog b/dev-python/libvirt-python/ChangeLog index 625f19b26ce6..0efe57d23855 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.5 2014/01/25 18:16:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.6 2014/01/25 18:17:07 ago Exp $ + + 25 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.1.ebuild: + Stable for amd64, wrt bug #498534 25 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.1.ebuild: Stable for x86, wrt bug #498534 diff --git a/dev-python/libvirt-python/libvirt-python-1.2.1.ebuild b/dev-python/libvirt-python/libvirt-python-1.2.1.ebuild index 1d5a18901474..84330db2b496 100644 --- a/dev-python/libvirt-python/libvirt-python-1.2.1.ebuild +++ b/dev-python/libvirt-python/libvirt-python-1.2.1.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.1.ebuild,v 1.2 2014/01/25 18:16:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.1.ebuild,v 1.3 2014/01/25 18:17:07 ago Exp $ EAPI=5 @@ -20,7 +20,7 @@ SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND=">=app-emulation/libvirt-0.9.6:=[-python(-)]" |