diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-09-23 16:35:08 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-09-23 16:35:08 +0000 |
commit | 42c3aaee9f72eacbb6b04fb14f3d8e2f9d0bd4cf (patch) | |
tree | 405b59bab9438f5c48389593b52afc42282574b1 /dev-perl/Class-DBI | |
parent | samba-old mirrors also: bug #106676 (diff) | |
download | gentoo-2-42c3aaee9f72eacbb6b04fb14f3d8e2f9d0bd4cf.tar.gz gentoo-2-42c3aaee9f72eacbb6b04fb14f3d8e2f9d0bd4cf.tar.bz2 gentoo-2-42c3aaee9f72eacbb6b04fb14f3d8e2f9d0bd4cf.zip |
Stable on ppc64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-perl/Class-DBI')
-rw-r--r-- | dev-perl/Class-DBI/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Class-DBI/Class-DBI-0.96.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Class-DBI/ChangeLog b/dev-perl/Class-DBI/ChangeLog index e47c70e6b5f8..720db5b26b42 100644 --- a/dev-perl/Class-DBI/ChangeLog +++ b/dev-perl/Class-DBI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Class-DBI # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.14 2005/09/05 14:33:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.15 2005/09/23 16:35:08 corsair Exp $ + + 23 Sep 2005; Markus Rothe <corsair@gentoo.org> Class-DBI-0.96.ebuild: + Stable on ppc64 05 Sep 2005; Brent Baude <ranger@gentoo.org> Class-DBI-0.96.ebuild: Marking Class-DBI-0.96.ebuild ~ppc64 in support of Bug 101114 diff --git a/dev-perl/Class-DBI/Class-DBI-0.96.ebuild b/dev-perl/Class-DBI/Class-DBI-0.96.ebuild index 9f1d743886d4..12d0be565c21 100644 --- a/dev-perl/Class-DBI/Class-DBI-0.96.ebuild +++ b/dev-perl/Class-DBI/Class-DBI-0.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-0.96.ebuild,v 1.13 2005/09/05 14:33:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-0.96.ebuild,v 1.14 2005/09/23 16:35:08 corsair Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~amd64 ~ppc ppc64 sparc x86" IUSE="" # Tests aren't possible since they require interaction with the DB's |