diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-06-18 17:06:35 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-06-18 17:06:35 +0000 |
commit | c25181f7c561a17e77fb71bd2859c3f64c9ab986 (patch) | |
tree | 68fc701bd596b0dce9a666e18dc56d62f14f1702 /dev-perl/DBD-SQLite | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-c25181f7c561a17e77fb71bd2859c3f64c9ab986.tar.gz gentoo-2-c25181f7c561a17e77fb71bd2859c3f64c9ab986.tar.bz2 gentoo-2-c25181f7c561a17e77fb71bd2859c3f64c9ab986.zip |
Stable on ia64.
(Portage version: 2.1)
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.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog index 0a32287b0eb1..cb772ff62e71 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.36 2006/06/12 00:01:40 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.37 2006/06/18 17:06:35 kloeri Exp $ + + 18 Jun 2006; Bryan Østergaard <kloeri@gentoo.org> DBD-SQLite-1.11.ebuild: + Stable on ia64. 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> DBD-SQLite-1.12.ebuild: diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.11.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.11.ebuild index ab432bfaff2b..c77693cd4d17 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.11.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.11.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.11.ebuild,v 1.10 2006/06/06 19:14:47 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.11.ebuild,v 1.11 2006/06/18 17:06:35 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" |