summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2013-03-31 16:00:39 +0000
committerJeff Horelick <jdhore@gentoo.org>2013-03-31 16:00:39 +0000
commit255df56bdb69df26d5e1babc470b0207c544b2af (patch)
treeb18f7e49b92e5c2022965049a94a51b83ec318f6 /dev-perl/Sys-Virt
parentStable for amd64, wrt bug #462890 (diff)
downloadgentoo-2-255df56bdb69df26d5e1babc470b0207c544b2af.tar.gz
gentoo-2-255df56bdb69df26d5e1babc470b0207c544b2af.tar.bz2
gentoo-2-255df56bdb69df26d5e1babc470b0207c544b2af.zip
marked x86 per bug 463520
(Portage version: 2.2.0_alpha170/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Diffstat (limited to 'dev-perl/Sys-Virt')
-rw-r--r--dev-perl/Sys-Virt/ChangeLog5
-rw-r--r--dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sys-Virt/ChangeLog b/dev-perl/Sys-Virt/ChangeLog
index 6a6fc67b6177..17f3ff98d887 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.22 2013/03/28 12:38:15 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.23 2013/03/31 16:00:39 jdhore Exp $
+
+ 31 Mar 2013; Jeff Horelick <jdhore@gentoo.org> Sys-Virt-1.0.0.ebuild:
+ marked x86 per bug 463520
28 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> -Sys-Virt-0.9.11.ebuild,
-Sys-Virt-0.9.12.ebuild, -Sys-Virt-0.9.13.ebuild, -Sys-Virt-0.10.2.ebuild:
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 cefdace337c3..a55b5be3942f 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-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.2 2013/03/28 07:54:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild,v 1.3 2013/03/31 16:00:39 jdhore 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}"