diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-06-28 17:25:55 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-06-28 17:25:55 +0000 |
commit | 63118deaecc7efd0f612c4643c952125cb2af7e8 (patch) | |
tree | be0487916107a4840eeb5e12b1e4dff7e7f9465d /dev-perl/Sys-Virt | |
parent | amd64/x86 stable wrt byg #515594 (diff) | |
download | gentoo-2-63118deaecc7efd0f612c4643c952125cb2af7e8.tar.gz gentoo-2-63118deaecc7efd0f612c4643c952125cb2af7e8.tar.bz2 gentoo-2-63118deaecc7efd0f612c4643c952125cb2af7e8.zip |
amd64/x86 stable wrt byg #515594
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
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.1.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Sys-Virt/ChangeLog b/dev-perl/Sys-Virt/ChangeLog index bce0ffaeb8a5..d3ed6efd2438 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.25 2014/06/28 17:17:03 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.26 2014/06/28 17:25:55 zlogene Exp $ + + 28 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> Sys-Virt-1.1.2.ebuild: + amd64/x86 stable wrt byg #515594 *Sys-Virt-1.2.5 (28 Jun 2014) diff --git a/dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild b/dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild index cc1ee1802787..e029387d0d4c 100644 --- a/dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild +++ b/dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.1.2.ebuild,v 1.1 2013/09/30 11:44:29 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild,v 1.2 2014/06/28 17:25:55 zlogene Exp $ EAPI=5 @@ -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}" |