summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2006-08-23 20:05:13 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2006-08-23 20:05:13 +0000
commit6159561ad02f55da9a599756a0f9937e8e7a821f (patch)
treeafd2eb4d1533858d8fb4a5cfd5f8ad7f7d898070 /dev-db
parentRequire ARC4 support, #144895 thanks to Len Meakin. (diff)
downloadgentoo-2-6159561ad02f55da9a599756a0f9937e8e7a821f.tar.gz
gentoo-2-6159561ad02f55da9a599756a0f9937e8e7a821f.tar.bz2
gentoo-2-6159561ad02f55da9a599756a0f9937e8e7a821f.zip
Stable on hppa wrt #118429
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlite/ChangeLog6
-rw-r--r--dev-db/sqlite/sqlite-2.8.16-r4.ebuild4
-rw-r--r--dev-db/sqlite/sqlite-3.3.5-r1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index 071bd747c1cb..a81f83fe2582 100644
--- a/dev-db/sqlite/ChangeLog
+++ b/dev-db/sqlite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/sqlite
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.123 2006/08/10 13:31:41 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.124 2006/08/23 20:05:13 gustavoz Exp $
+
+ 23 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org>
+ sqlite-2.8.16-r4.ebuild, sqlite-3.3.5-r1.ebuild:
+ Stable on hppa wrt #118429
08 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
sqlite-2.8.16-r4.ebuild, sqlite-3.3.5-r1.ebuild:
diff --git a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild
index 27b91d35454d..308517926594 100644
--- a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild
+++ b/dev-db/sqlite/sqlite-2.8.16-r4.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-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.9 2006/08/08 15:56:14 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.10 2006/08/23 20:05:13 gustavoz Exp $
inherit eutils toolchain-funcs alternatives
@@ -11,7 +11,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc-macos ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc-macos ppc64 ~sh sparc x86 ~x86-fbsd"
IUSE="nls doc tcl"
DEPEND="doc? ( dev-lang/tcl )
diff --git a/dev-db/sqlite/sqlite-3.3.5-r1.ebuild b/dev-db/sqlite/sqlite-3.3.5-r1.ebuild
index b902c5be9568..0e42a2ce0172 100644
--- a/dev-db/sqlite/sqlite-3.3.5-r1.ebuild
+++ b/dev-db/sqlite/sqlite-3.3.5-r1.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-db/sqlite/sqlite-3.3.5-r1.ebuild,v 1.11 2006/08/08 15:56:14 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.5-r1.ebuild,v 1.12 2006/08/23 20:05:13 gustavoz Exp $
inherit eutils alternatives
@@ -10,7 +10,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz"
LICENSE="as-is"
SLOT="3"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86"
IUSE="nothreadsafe doc tcl debug"
DEPEND="virtual/libc