diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-17 08:28:22 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-17 08:28:22 +0000 |
commit | 23130c414ce6ee0f3aae97af4144fe2e37cedeff (patch) | |
tree | 1dcff5dd2bd48fc2144ac0a9219a346b783db7da /dev-perl/SQL-Abstract | |
parent | Stable on amd64, x86 (#314467) (diff) | |
download | gentoo-2-23130c414ce6ee0f3aae97af4144fe2e37cedeff.tar.gz gentoo-2-23130c414ce6ee0f3aae97af4144fe2e37cedeff.tar.bz2 gentoo-2-23130c414ce6ee0f3aae97af4144fe2e37cedeff.zip |
Stable on amd64, x86 (#314467)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r-- | dev-perl/SQL-Abstract/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-1.63.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index 9b1bafd42dec..3840decab46d 100644 --- a/dev-perl/SQL-Abstract/ChangeLog +++ b/dev-perl/SQL-Abstract/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SQL-Abstract # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.38 2010/04/13 12:19:21 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.39 2010/04/17 08:28:22 tove Exp $ + + 17 Apr 2010; Torsten Veller <tove@gentoo.org> SQL-Abstract-1.63.ebuild: + Stable on amd64, x86 (#314467) *SQL-Abstract-1.65 (13 Apr 2010) diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.63.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.63.ebuild index 8d5545aa9b0d..25c37770b742 100644 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.63.ebuild +++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.63.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/SQL-Abstract/SQL-Abstract-1.63.ebuild,v 1.1 2010/03/26 12:26:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.63.ebuild,v 1.2 2010/04/17 08:28:22 tove Exp $ EAPI=2 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Generate SQL from Perl data structures" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris" +KEYWORDS="amd64 ~ppc x86 ~x86-solaris" IUSE="test" RDEPEND="dev-perl/Test-Deep" |