diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-02-05 10:35:26 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-02-05 10:35:26 +0000 |
commit | b23b5b2e9b3f4f3d74980879c530c5d6948ffadf (patch) | |
tree | baebb7c9de65725f623f0f135bd0f1b917ee3677 /dev-perl/DBD-SQLite | |
parent | fix depend.apache usage wrt #208584 (diff) | |
download | historical-b23b5b2e9b3f4f3d74980879c530c5d6948ffadf.tar.gz historical-b23b5b2e9b3f4f3d74980879c530c5d6948ffadf.tar.bz2 historical-b23b5b2e9b3f4f3d74980879c530c5d6948ffadf.zip |
Stable on ppc64
Package-Manager: portage-2.1.3.19
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.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog index 311cb098c638..fd050270148f 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.60 2008/01/23 19:11:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.61 2008/02/05 10:13:24 corsair Exp $ + + 05 Feb 2008; Markus Rothe <corsair@gentoo.org> DBD-SQLite-1.14.ebuild: + Stable on ppc64 23 Jan 2008; Raúl Porcel <armin76@gentoo.org> DBD-SQLite-1.14.ebuild: alpha/ia64/sparc/x86 stable diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild index 2e1e1d425423..cf130a4a4c82 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.14.ebuild,v 1.2 2008/01/23 19:11:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild,v 1.3 2008/02/05 10:13:24 corsair 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" |