diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-09-16 21:59:43 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-09-16 21:59:43 +0000 |
commit | 8596d07d713351ba59692b07cfbe6aaa5a42145f (patch) | |
tree | 135dc2363584f95265f0581cbfe0aaddffa864dc /dev-perl/DBD-SQLite | |
parent | add freebsd/amd64 and playstation2 support (diff) | |
download | historical-8596d07d713351ba59692b07cfbe6aaa5a42145f.tar.gz historical-8596d07d713351ba59692b07cfbe6aaa5a42145f.tar.bz2 historical-8596d07d713351ba59692b07cfbe6aaa5a42145f.zip |
ppc stable
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-perl/DBD-SQLite')
-rw-r--r-- | dev-perl/DBD-SQLite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DBD-SQLite/DBD-SQLite-1.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog index 85d479b80124..e616249cb5fa 100644 --- a/dev-perl/DBD-SQLite/ChangeLog +++ b/dev-perl/DBD-SQLite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DBD-SQLite # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.42 2006/09/10 13:22:54 yuval Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.43 2006/09/16 20:49:49 dertobi123 Exp $ + + 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> + DBD-SQLite-1.12.ebuild: + ppc stable *DBD-SQLite-1.13 (10 Sep 2006) diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.12.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.12.ebuild index 68388468bf96..3bdebca94455 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.12.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.12.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-SQLite/DBD-SQLite-1.12.ebuild,v 1.6 2006/08/07 19:07:52 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.12.ebuild,v 1.7 2006/09/16 20:49:49 dertobi123 Exp $ inherit perl-module eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc ~x86" IUSE="" SRC_TEST="do" |