diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-06 19:18:19 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-06 19:18:19 +0000 |
commit | cb424b10f40adeadaddecb2daff838865b489ae9 (patch) | |
tree | c6e1f66a7e36ecd73a0edcb78c8f8303993d7a3b /dev-perl/DBD-SQLite | |
parent | fix creation of trigger fifo (diff) | |
download | historical-cb424b10f40adeadaddecb2daff838865b489ae9.tar.gz historical-cb424b10f40adeadaddecb2daff838865b489ae9.tar.bz2 historical-cb424b10f40adeadaddecb2daff838865b489ae9.zip |
Stable on amd64 for bug #135746.
Package-Manager: portage-2.1_rc3-r2
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.11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog index 8e746914ca88..07c3982d678d 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.34 2006/05/28 09:55:11 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.35 2006/06/06 19:14:47 wolf31o2 Exp $ + + 06 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> + DBD-SQLite-1.11.ebuild: + Stable on amd64 for bug #135746. 28 May 2006; Bryan Ăstergaard <kloeri@gentoo.org> DBD-SQLite-1.11.ebuild: Stable on alpha. diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.11.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.11.ebuild index 8b537797461f..ab432bfaff2b 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.9 2006/05/28 09:55:11 kloeri Exp $ +# $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 $ 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" |