summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2009-12-20 14:32:49 +0000
committerBrent Baude <ranger@gentoo.org>2009-12-20 14:32:49 +0000
commit8bbe5e4ba5ddc04eb58503f568907bd018a28d04 (patch)
tree03b33726802f1725249990c7fc02bccac04f42a5 /dev-db
parentsend gcc-config errors to /dev/null rather than trying to grep them out #290437 (diff)
downloadgentoo-2-8bbe5e4ba5ddc04eb58503f568907bd018a28d04.tar.gz
gentoo-2-8bbe5e4ba5ddc04eb58503f568907bd018a28d04.tar.bz2
gentoo-2-8bbe5e4ba5ddc04eb58503f568907bd018a28d04.zip
Marking sqlite-3.6.20 ppc64 for bug 297532
(Portage version: 2.1.7.14/cvs/Linux ppc64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlite/ChangeLog5
-rw-r--r--dev-db/sqlite/sqlite-3.6.20.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index 7a8900c58c6f..a90891ef9630 100644
--- a/dev-db/sqlite/ChangeLog
+++ b/dev-db/sqlite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/sqlite
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.301 2009/12/19 12:05:13 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.302 2009/12/20 14:32:49 ranger Exp $
+
+ 20 Dec 2009; Brent Baude <ranger@gentoo.org> sqlite-3.6.20.ebuild:
+ Marking sqlite-3.6.20 ppc64 for bug 297532
19 Dec 2009; Petteri Räty <betelgeuse@gentoo.org> sqlite-3.6.21.ebuild:
Fix a couple QA issues with the last commit.
diff --git a/dev-db/sqlite/sqlite-3.6.20.ebuild b/dev-db/sqlite/sqlite-3.6.20.ebuild
index d19cbf27167d..20260306e946 100644
--- a/dev-db/sqlite/sqlite-3.6.20.ebuild
+++ b/dev-db/sqlite/sqlite-3.6.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.20.ebuild,v 1.1 2009/11/04 19:57:55 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.20.ebuild,v 1.2 2009/12/20 14:32:49 ranger Exp $
EAPI="2"
@@ -16,7 +16,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz
LICENSE="as-is"
SLOT="3"
-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 ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="debug doc icu +readline soundex tcl +threadsafe"
RESTRICT="!tcl? ( test )"