diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-23 19:55:50 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-23 19:55:50 +0000 |
commit | 49f1982e153dd3e6b0884fce4056e200d25905e2 (patch) | |
tree | 8f1adaecb71f7c54d467d9d99b97ebe0ee74a0fd /dev-perl/DBD-SQLite | |
parent | Version bump (diff) | |
download | historical-49f1982e153dd3e6b0884fce4056e200d25905e2.tar.gz historical-49f1982e153dd3e6b0884fce4056e200d25905e2.tar.bz2 historical-49f1982e153dd3e6b0884fce4056e200d25905e2.zip |
Stable on hppa
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.13.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog index e1d6d9f71948..bec9105d0446 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.50 2006/10/21 14:01:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.51 2006/10/23 19:52:46 gustavoz Exp $ + + 23 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> + DBD-SQLite-1.13.ebuild: + Stable on hppa 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> DBD-SQLite-1.13.ebuild: diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.13.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.13.ebuild index 2712f1ac301c..5328cf0f4d52 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.13.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.13.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.13.ebuild,v 1.5 2006/10/21 14:01:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.13.ebuild,v 1.6 2006/10/23 19:52:46 gustavoz 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" |