diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-21 21:16:27 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-21 21:16:27 +0000 |
commit | 6ad75a82638a59b3e2e22e866a4f25429aa98242 (patch) | |
tree | 3d34174b3f3061ca5cc548ae3046521f8e565283 /dev-perl/Class-DBI | |
parent | added patch for 2.6.15 support; small change for libfglrxdrm.so (diff) | |
download | gentoo-2-6ad75a82638a59b3e2e22e866a4f25429aa98242.tar.gz gentoo-2-6ad75a82638a59b3e2e22e866a4f25429aa98242.tar.bz2 gentoo-2-6ad75a82638a59b3e2e22e866a4f25429aa98242.zip |
Stable on ppc64
(Portage version: 2.0.53)
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-3.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Class-DBI/ChangeLog b/dev-perl/Class-DBI/ChangeLog index f18f1fa4e5b6..d47ce587625b 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.21 2006/01/13 18:17:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.22 2006/01/21 21:12:50 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> Class-DBI-3.0.1.ebuild: + Stable on ppc64 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> Class-DBI-3.0.1.ebuild: diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.1.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.1.ebuild index 655d07c3a982..00f2323dee0f 100644 --- a/dev-perl/Class-DBI/Class-DBI-3.0.1.ebuild +++ b/dev-perl/Class-DBI/Class-DBI-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.1.ebuild,v 1.3 2006/01/13 18:17:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.1.ebuild,v 1.4 2006/01/21 21:12:50 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 |