summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2007-06-15 10:28:22 +0000
committerMarkus Rothe <corsair@gentoo.org>2007-06-15 10:28:22 +0000
commitf7735e0ddb9b0dabbdef418013bcfef31ae57758 (patch)
tree9cd72b6795d0aa391def82815d622b6c1630edcb /dev-db/sqlite
parentEnable parallel compile, bug 181722 (diff)
downloadgentoo-2-f7735e0ddb9b0dabbdef418013bcfef31ae57758.tar.gz
gentoo-2-f7735e0ddb9b0dabbdef418013bcfef31ae57758.tar.bz2
gentoo-2-f7735e0ddb9b0dabbdef418013bcfef31ae57758.zip
Stable on ppc64; bug #182013
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r--dev-db/sqlite/ChangeLog5
-rw-r--r--dev-db/sqlite/sqlite-3.3.17.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index ba9793c3de8f..4da350786c47 100644
--- a/dev-db/sqlite/ChangeLog
+++ b/dev-db/sqlite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/sqlite
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.152 2007/06/15 02:16:41 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.153 2007/06/15 10:28:22 corsair Exp $
+
+ 15 Jun 2007; Markus Rothe <corsair@gentoo.org> sqlite-3.3.17.ebuild:
+ Stable on ppc64; bug #182013
15 Jun 2007; Christoph Mende <angelos@gentoo.org> sqlite-3.3.17.ebuild:
Stable on amd64 wrt bug 182013
diff --git a/dev-db/sqlite/sqlite-3.3.17.ebuild b/dev-db/sqlite/sqlite-3.3.17.ebuild
index c0ab6bf846fa..d1eada8a3359 100644
--- a/dev-db/sqlite/sqlite-3.3.17.ebuild
+++ b/dev-db/sqlite/sqlite-3.3.17.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.17.ebuild,v 1.7 2007/06/15 02:16:41 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.17.ebuild,v 1.8 2007/06/15 10:28:22 corsair Exp $
inherit flag-o-matic eutils alternatives libtool
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
DESCRIPTION="SQLite: an SQL Database Engine in a C Library."
HOMEPAGE="http://www.sqlite.org/"