diff options
-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}" |