summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2011-12-17 19:09:07 +0000
committerAgostino Sarubbo <ago@gentoo.org>2011-12-17 19:09:07 +0000
commit7e19f3bce625fae63977b0df363fc638842d5174 (patch)
treef2078831fc53e675ab9447707c4883fb410841e1
parentBug #394995 - Remove invalid birdstep? conditionals from RDEPEND and REQUIRED... (diff)
downloadgentoo-2-7e19f3bce625fae63977b0df363fc638842d5174.tar.gz
gentoo-2-7e19f3bce625fae63977b0df363fc638842d5174.tar.bz2
gentoo-2-7e19f3bce625fae63977b0df363fc638842d5174.zip
Stable for AMD64, wrt bug #393795
(Portage version: 2.1.10.40/cvs/Linux i686)
-rw-r--r--dev-perl/Lingua-EN-NameParse/ChangeLog6
-rw-r--r--dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.300.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Lingua-EN-NameParse/ChangeLog b/dev-perl/Lingua-EN-NameParse/ChangeLog
index 23382fefe00d..c5fc5a594449 100644
--- a/dev-perl/Lingua-EN-NameParse/ChangeLog
+++ b/dev-perl/Lingua-EN-NameParse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Lingua-EN-NameParse
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/ChangeLog,v 1.28 2011/04/03 06:18:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/ChangeLog,v 1.29 2011/12/17 19:09:07 ago Exp $
+
+ 17 Dec 2011; Agostino Sarubbo <ago@gentoo.org>
+ Lingua-EN-NameParse-1.300.0.ebuild:
+ Stable for AMD64, wrt bug #393795
03 Apr 2011; Torsten Veller <tove@gentoo.org>
-Lingua-EN-NameParse-1.24.ebuild, -Lingua-EN-NameParse-1.280.ebuild,
diff --git a/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.300.0.ebuild b/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.300.0.ebuild
index e3df7c2813eb..43e76befe1f9 100644
--- a/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.300.0.ebuild
+++ b/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.300.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.300.0.ebuild,v 1.1 2011/03/31 06:22:56 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.300.0.ebuild,v 1.2 2011/12/17 19:09:07 ago Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Manipulate persons name"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~x86"
IUSE="test"
RDEPEND="dev-perl/Parse-RecDescent"