summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-04-24 15:36:59 +0000
committerFabian Groffen <grobian@gentoo.org>2011-04-24 15:36:59 +0000
commit6e49aacf57411543a26b8db36544b9267ebd6ee7 (patch)
tree16c1ae126d1e12a8681d033ac23b4fdc174d12f6 /dev-perl/Parse-RecDescent
parentFix comment typo. (diff)
downloadhistorical-6e49aacf57411543a26b8db36544b9267ebd6ee7.tar.gz
historical-6e49aacf57411543a26b8db36544b9267ebd6ee7.tar.bz2
historical-6e49aacf57411543a26b8db36544b9267ebd6ee7.zip
Marked ~x86-solaris, bug #296509
Package-Manager: portage-2.2.01.18252-prefix/cvs/SunOS i386
Diffstat (limited to 'dev-perl/Parse-RecDescent')
-rw-r--r--dev-perl/Parse-RecDescent/ChangeLog6
-rw-r--r--dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Parse-RecDescent/ChangeLog b/dev-perl/Parse-RecDescent/ChangeLog
index c67b12e39799..82882fa89b2e 100644
--- a/dev-perl/Parse-RecDescent/ChangeLog
+++ b/dev-perl/Parse-RecDescent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Parse-RecDescent
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.43 2011/01/14 13:45:04 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.44 2011/04/24 15:31:04 grobian Exp $
+
+ 24 Apr 2011; Fabian Groffen <grobian@gentoo.org>
+ Parse-RecDescent-1.965.1.ebuild:
+ Marked ~x86-solaris, bug #296509
*Parse-RecDescent-1.965.1 (14 Jan 2011)
diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild
index d78b732985ba..f05b633eb049 100644
--- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild
+++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.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/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild,v 1.1 2011/01/14 13:45:04 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild,v 1.2 2011/04/24 15:31:04 grobian Exp $
EAPI=3
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="virtual/perl-Text-Balanced