summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2006-06-20 12:26:32 +0000
committerFerris McCormick <fmccor@gentoo.org>2006-06-20 12:26:32 +0000
commit32db35ff79e1038ab39e22290843877d1bf7a3c2 (patch)
treeef1c67e73609262d2c1d81efc7cd39ed33266688 /dev-db
parentversion bump; old version removed (diff)
downloadgentoo-2-32db35ff79e1038ab39e22290843877d1bf7a3c2.tar.gz
gentoo-2-32db35ff79e1038ab39e22290843877d1bf7a3c2.tar.bz2
gentoo-2-32db35ff79e1038ab39e22290843877d1bf7a3c2.zip
Stable on sparc --- Bug #118429 --- has worked fine for me for six or seven
weeks. (Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlite/ChangeLog6
-rw-r--r--dev-db/sqlite/sqlite-2.8.16-r4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index 548b606a3bc7..1f87a44df091 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.111 2006/06/11 18:28:03 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.112 2006/06/20 12:26:32 fmccor Exp $
+
+ 20 Jun 2006; Ferris McCormick <fmccor@gentoo.org> sqlite-2.8.16-r4.ebuild:
+ Stable on sparc --- Bug #118429 --- has worked fine for me for six or seven
+ weeks.
11 Jun 2006; Fabian Groffen <grobian@gentoo.org> sqlite-2.8.16-r1.ebuild:
Marked ppc-macos stable for progressive users (bug #109044)
diff --git a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild
index 6bd5eb25c919..e7a65912d925 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.2 2006/05/06 20:46:32 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.3 2006/06/20 12:26:32 fmccor 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"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh sparc ~x86"
IUSE="nls doc tcltk"
DEPEND="doc? ( dev-lang/tcl )