diff options
author | Brent Baude <ranger@gentoo.org> | 2005-09-05 14:33:32 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2005-09-05 14:33:32 +0000 |
commit | ad1cf9436f1d2573e18ef0acde252b28b9ef30c6 (patch) | |
tree | d05aa2c042f6f8675ce5c84718574f51e7719a55 | |
parent | Marking 2.6.20-r2 stable (x86). Removing old ebuild. (diff) | |
download | historical-ad1cf9436f1d2573e18ef0acde252b28b9ef30c6.tar.gz historical-ad1cf9436f1d2573e18ef0acde252b28b9ef30c6.tar.bz2 historical-ad1cf9436f1d2573e18ef0acde252b28b9ef30c6.zip |
Marking Class-DBI-0.96.ebuild ~ppc64 in support of Bug 101114
Package-Manager: portage-2.0.51.22-r2
-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 74099dd0636f..e47c70e6b5f8 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.13 2005/08/20 08:01:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.14 2005/09/05 14:33:32 ranger Exp $ + + 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 20 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> Class-DBI-0.96.ebuild: Added to ~ppc (bug #101112). diff --git a/dev-perl/Class-DBI/Class-DBI-0.96.ebuild b/dev-perl/Class-DBI/Class-DBI-0.96.ebuild index c57c3e180fb3..9f1d743886d4 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.12 2005/08/20 08:01:47 hansmi Exp $ +# $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 $ 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 sparc x86" +KEYWORDS="~amd64 ~ppc ~ppc64 sparc x86" IUSE="" # Tests aren't possible since they require interaction with the DB's |