diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-08 14:38:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-08 14:38:44 +0000 |
commit | cd062df3420107f7bfefc4042627fb9af499eb45 (patch) | |
tree | d85de8b6b1b67a9966f951aa7e5c03f26e9ebad6 /dev-perl/DBD-Pg | |
parent | Version bump. (diff) | |
download | gentoo-2-cd062df3420107f7bfefc4042627fb9af499eb45.tar.gz gentoo-2-cd062df3420107f7bfefc4042627fb9af499eb45.tar.bz2 gentoo-2-cd062df3420107f7bfefc4042627fb9af499eb45.zip |
Marking mips stable, tested out on swarm
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'dev-perl/DBD-Pg')
-rw-r--r-- | dev-perl/DBD-Pg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/DBD-Pg/DBD-Pg-1.49.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/DBD-Pg/ChangeLog b/dev-perl/DBD-Pg/ChangeLog index 2bae22ab9343..3046a9f632f6 100644 --- a/dev-perl/DBD-Pg/ChangeLog +++ b/dev-perl/DBD-Pg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DBD-Pg # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.50 2006/10/21 14:00:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.51 2006/11/08 14:38:44 mcummings Exp $ + + 08 Nov 2006; Michael Cummings <mcummings@gentoo.org> DBD-Pg-1.49.ebuild: + Marking mips stable, tested out on swarm 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> DBD-Pg-1.49.ebuild: ppc stable diff --git a/dev-perl/DBD-Pg/DBD-Pg-1.49.ebuild b/dev-perl/DBD-Pg/DBD-Pg-1.49.ebuild index 93eaa70d1066..6544ec9095fd 100644 --- a/dev-perl/DBD-Pg/DBD-Pg-1.49.ebuild +++ b/dev-perl/DBD-Pg/DBD-Pg-1.49.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/DBD-Pg/DBD-Pg-1.49.ebuild,v 1.6 2006/10/21 14:00:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-1.49.ebuild,v 1.7 2006/11/08 14:38:44 mcummings Exp $ inherit perl-module eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/D/DB/DBDPG/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 s390 sh sparc ~x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 mips ppc ~ppc64 s390 sh sparc ~x86" IUSE="" DEPEND="virtual/perl-Test-Simple |