summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2012-02-24 17:04:49 +0000
committerBrent Baude <ranger@gentoo.org>2012-02-24 17:04:49 +0000
commit200aa749f573ce5572f1296448a659a20b111bcb (patch)
tree9ae92b9f16f6808bf8846586392885436403700f /dev-perl/SQL-Statement
parentMarking DBI-1.617.0 ppc for bug 400225 (diff)
downloadhistorical-200aa749f573ce5572f1296448a659a20b111bcb.tar.gz
historical-200aa749f573ce5572f1296448a659a20b111bcb.tar.bz2
historical-200aa749f573ce5572f1296448a659a20b111bcb.zip
Marking SQL-Statement-1.330.0 ppc for bug 400225
Package-Manager: portage-2.1.10.11/cvs/Linux ppc64
Diffstat (limited to 'dev-perl/SQL-Statement')
-rw-r--r--dev-perl/SQL-Statement/ChangeLog7
-rw-r--r--dev-perl/SQL-Statement/SQL-Statement-1.330.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/SQL-Statement/ChangeLog b/dev-perl/SQL-Statement/ChangeLog
index 923bb64e366a..93e954febc19 100644
--- a/dev-perl/SQL-Statement/ChangeLog
+++ b/dev-perl/SQL-Statement/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/SQL-Statement
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/ChangeLog,v 1.49 2011/09/04 11:21:27 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/ChangeLog,v 1.50 2012/02/24 17:04:49 ranger Exp $
+
+ 24 Feb 2012; Brent Baude <ranger@gentoo.org> SQL-Statement-1.330.0.ebuild:
+ Marking SQL-Statement-1.330.0 ppc for bug 400225
04 Sep 2011; Torsten Veller <tove@gentoo.org> -SQL-Statement-1.330.ebuild:
Cleanup
diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.330.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.330.0.ebuild
index 330484f70a8a..104f01f8e31f 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.330.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.330.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/SQL-Statement-1.330.0.ebuild,v 1.1 2011/08/29 09:36:59 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/SQL-Statement-1.330.0.ebuild,v 1.2 2012/02/24 17:04:49 ranger Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Small SQL parser and engine"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND=">=dev-perl/DBI-1.616