diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-12-21 18:33:11 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-12-21 18:33:11 +0000 |
commit | 3623102df5e0c601666995b7706dd41e7715bd4e (patch) | |
tree | 0f81cf7a8fa7c24fdc38cbb56bc3452dcf0ad99a | |
parent | Stable on ppc64; bug #113806 (diff) | |
download | gentoo-2-3623102df5e0c601666995b7706dd41e7715bd4e.tar.gz gentoo-2-3623102df5e0c601666995b7706dd41e7715bd4e.tar.bz2 gentoo-2-3623102df5e0c601666995b7706dd41e7715bd4e.zip |
Added ~ppc64; bug #116301
(Portage version: 2.0.51.22-r3)
-rw-r--r-- | dev-perl/Class-DBI/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/version/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/version/version-0.50.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-perl/Class-DBI/ChangeLog b/dev-perl/Class-DBI/ChangeLog index 96714d9a4519..12a56cfc9fba 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.17 2005/12/21 15:33:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.18 2005/12/21 18:33:11 corsair Exp $ + + 21 Dec 2005; Markus Rothe <corsair@gentoo.org> Class-DBI-3.0.13.ebuild: + Added ~ppc64; bug #116301 *Class-DBI-3.0.13 (21 Dec 2005) diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild index 5df18c9f488c..0d8c569c0608 100644 --- a/dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild +++ b/dev-perl/Class-DBI/Class-DBI-3.0.13.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-3.0.13.ebuild,v 1.1 2005/12/21 15:33:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild,v 1.2 2005/12/21 18:33:11 corsair Exp $ inherit perl-module @@ -15,7 +15,7 @@ SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" #KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -KEYWORDS="~sparc ~x86" +KEYWORDS="~ppc64 ~sparc ~x86" IUSE="" # Tests aren't possible since they require interaction with the DB's diff --git a/dev-perl/version/ChangeLog b/dev-perl/version/ChangeLog index e38b63ac8055..1e1445c84aeb 100644 --- a/dev-perl/version/ChangeLog +++ b/dev-perl/version/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/version # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/version/ChangeLog,v 1.1 2005/12/21 15:29:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/version/ChangeLog,v 1.2 2005/12/21 18:31:18 corsair Exp $ + + 21 Dec 2005; Markus Rothe <corsair@gentoo.org> version-0.50.ebuild: + Added ~ppc64; bug #116301 *version-0.50 (21 Dec 2005) diff --git a/dev-perl/version/version-0.50.ebuild b/dev-perl/version/version-0.50.ebuild index eda1dabc5ae9..df736bfff73d 100644 --- a/dev-perl/version/version-0.50.ebuild +++ b/dev-perl/version/version-0.50.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/version/version-0.50.ebuild,v 1.1 2005/12/21 15:29:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/version/version-0.50.ebuild,v 1.2 2005/12/21 18:31:18 corsair Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/J/JP/JPEACOCK/${P}.tar.gz" LICENSE="|| (Artistic GPL-2)" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~ppc64 ~sparc ~x86" IUSE="" SRC_TEST="do" |