diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-06 12:20:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-06 12:20:38 +0000 |
commit | 3d1157d6ff98317f198649c8d2e5024698938cee (patch) | |
tree | c29c511bf6fd69d96cbc4f22d52a304fc0979a9b /dev-perl/Sys-Virt | |
parent | Stable for amd64, wrt bug #414671 (diff) | |
download | gentoo-2-3d1157d6ff98317f198649c8d2e5024698938cee.tar.gz gentoo-2-3d1157d6ff98317f198649c8d2e5024698938cee.tar.bz2 gentoo-2-3d1157d6ff98317f198649c8d2e5024698938cee.zip |
Stable for amd64, wrt bug #414675
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sys-Virt')
-rw-r--r-- | dev-perl/Sys-Virt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sys-Virt/ChangeLog b/dev-perl/Sys-Virt/ChangeLog index 1d075d1ffa66..160448218015 100644 --- a/dev-perl/Sys-Virt/ChangeLog +++ b/dev-perl/Sys-Virt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sys-Virt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.11 2012/05/04 04:10:56 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.12 2012/05/06 12:20:38 ago Exp $ + + 06 May 2012; Agostino Sarubbo <ago@gentoo.org> Sys-Virt-0.9.10.ebuild: + Stable for amd64, wrt bug #414675 04 May 2012; Jeff Horelick <jdhore@gentoo.org> Sys-Virt-0.9.8.ebuild, Sys-Virt-0.9.10.ebuild, Sys-Virt-0.9.11.ebuild: diff --git a/dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild b/dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild index 1b2b389ae430..b497a40002ad 100644 --- a/dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild +++ b/dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild,v 1.2 2012/05/04 04:10:56 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild,v 1.3 2012/05/06 12:20:38 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Sys::Virt provides an API for using the libvirt library from Perl" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RDEPEND=">=app-emulation/libvirt-${PV}" |