diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-28 07:54:50 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-28 07:54:50 +0000 |
commit | fef719add30e4e4549588cdb202ef9d2a65c1d7e (patch) | |
tree | 5a1d418295d850f17ad9f095fd4d24a58b5609ed /dev-perl/Sys-Virt | |
parent | Adjust sqlite dependency, bug #462388 (diff) | |
download | gentoo-2-fef719add30e4e4549588cdb202ef9d2a65c1d7e.tar.gz gentoo-2-fef719add30e4e4549588cdb202ef9d2a65c1d7e.tar.bz2 gentoo-2-fef719add30e4e4549588cdb202ef9d2a65c1d7e.zip |
Stable on amd64, wrt bug #463520
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
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-1.0.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Sys-Virt/ChangeLog b/dev-perl/Sys-Virt/ChangeLog index 29a3377778ed..a3a9610505de 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.19 2013/03/10 18:08:24 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.20 2013/03/28 07:54:50 pinkbyte Exp $ + + 28 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> Sys-Virt-1.0.0.ebuild: + Stable on amd64, wrt bug #463520 *Sys-Virt-1.0.3 (10 Mar 2013) diff --git a/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild b/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild index fc5636cb3f17..cefdace337c3 100644 --- a/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild +++ b/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild,v 1.1 2012/11/24 07:33:22 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild,v 1.2 2013/03/28 07:54:50 pinkbyte 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}" |