diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-15 10:03:44 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-15 10:03:44 +0000 |
commit | f5f90a1ce824868d013239c820a8c62ed3396d3a (patch) | |
tree | e24be43ff89f9b4686a26de40570807ef6b5803f /dev-perl/DBD-SQLite | |
parent | hppa stable, bug #150219 (diff) | |
download | historical-f5f90a1ce824868d013239c820a8c62ed3396d3a.tar.gz historical-f5f90a1ce824868d013239c820a8c62ed3396d3a.tar.bz2 historical-f5f90a1ce824868d013239c820a8c62ed3396d3a.zip |
Stable on ia64.
Package-Manager: portage-2.1.2_pre3-r1
Diffstat (limited to 'dev-perl/DBD-SQLite')
-rw-r--r-- | dev-perl/DBD-SQLite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/DBD-SQLite/DBD-SQLite-1.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog index 280cec651f92..190ea7d3e62f 100644 --- a/dev-perl/DBD-SQLite/ChangeLog +++ b/dev-perl/DBD-SQLite/ChangeLog @@ -1,6 +1,9 @@ # 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.47 2006/10/13 15:52:59 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.48 2006/10/15 10:02:11 kloeri Exp $ + + 15 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> DBD-SQLite-1.13.ebuild: + Stable on ia64. *DBD-SQLite-0.31-r1 (13 Oct 2006) diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.13.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.13.ebuild index 3ce3c069cd69..f64fdd57364a 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.2 2006/10/09 13:56:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.13.ebuild,v 1.3 2006/10/15 10:02:11 kloeri 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" |