summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-07-21 00:29:42 +0000
committerJeroen Roovers <jer@gentoo.org>2009-07-21 00:29:42 +0000
commitc155727caec3cd3297f718e6d0adfacd332c1b5f (patch)
tree27a95459bd32c10400e116918c0080c5a0160ab8 /dev-db
parentUse declare -F instead of type -t for elog function detection. (diff)
downloadgentoo-2-c155727caec3cd3297f718e6d0adfacd332c1b5f.tar.gz
gentoo-2-c155727caec3cd3297f718e6d0adfacd332c1b5f.tar.bz2
gentoo-2-c155727caec3cd3297f718e6d0adfacd332c1b5f.zip
Stable for HPPA (bug #275592).
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlite/ChangeLog5
-rw-r--r--dev-db/sqlite/sqlite-3.6.14.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index 95c86e6878e8..571b1c412c67 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.261 2009/07/11 00:50:56 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.262 2009/07/21 00:29:42 jer Exp $
+
+ 21 Jul 2009; Jeroen Roovers <jer@gentoo.org> sqlite-3.6.14.2.ebuild:
+ Stable for HPPA (bug #275592).
11 Jul 2009; <chainsaw@gentoo.org> sqlite-3.6.14.2.ebuild:
Marked stable on AMD64 for bug #275592; tested on a dual Opteron 2354.
diff --git a/dev-db/sqlite/sqlite-3.6.14.2.ebuild b/dev-db/sqlite/sqlite-3.6.14.2.ebuild
index 586935fb5d48..078f82a68e66 100644
--- a/dev-db/sqlite/sqlite-3.6.14.2.ebuild
+++ b/dev-db/sqlite/sqlite-3.6.14.2.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.14.2.ebuild,v 1.9 2009/07/11 00:50:56 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.14.2.ebuild,v 1.10 2009/07/21 00:29:42 jer Exp $
EAPI="1"
@@ -15,7 +15,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 x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE="debug doc soundex tcl +threadsafe"
RESTRICT="!tcl? ( test )"