summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-15 05:41:24 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-15 05:41:24 +0000
commit83ffb51092ce5b361a63c7791400ab6a7edddbc8 (patch)
tree3106e79d8072670a5daa8ddc39e4db70c26adcbf /dev-perl
parentStable on amd64 and x86 (#323529) (diff)
downloadgentoo-2-83ffb51092ce5b361a63c7791400ab6a7edddbc8.tar.gz
gentoo-2-83ffb51092ce5b361a63c7791400ab6a7edddbc8.tar.bz2
gentoo-2-83ffb51092ce5b361a63c7791400ab6a7edddbc8.zip
Stable on amd64 and x86 (#323529)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/POE/ChangeLog5
-rw-r--r--dev-perl/POE/POE-1.289.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/POE/ChangeLog b/dev-perl/POE/ChangeLog
index f1bd93056051..f242809976ab 100644
--- a/dev-perl/POE/ChangeLog
+++ b/dev-perl/POE/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/POE
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v 1.106 2010/04/18 09:03:23 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v 1.107 2010/06/15 05:41:24 tove Exp $
+
+ 15 Jun 2010; Torsten Veller <tove@gentoo.org> POE-1.289.ebuild:
+ Stable on amd64 and x86 (#323529)
18 Apr 2010; Torsten Veller <tove@gentoo.org> -POE-1.280.ebuild,
-POE-1.283.ebuild, -POE-1.284.ebuild, -POE-1.286.ebuild:
diff --git a/dev-perl/POE/POE-1.289.ebuild b/dev-perl/POE/POE-1.289.ebuild
index 437fc22e416e..60c084e0cd9b 100644
--- a/dev-perl/POE/POE-1.289.ebuild
+++ b/dev-perl/POE/POE-1.289.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-1.289.ebuild,v 1.1 2010/04/07 07:43:23 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-1.289.ebuild,v 1.2 2010/06/15 05:41:24 tove Exp $
EAPI=2
@@ -13,7 +13,7 @@ inherit perl-module
DESCRIPTION="A framework for creating multitasking programs in Perl"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="ipv6 libwww ncurses tk test"
RDEPEND=">=dev-perl/Event-1.09