summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2007-06-14 15:44:06 +0000
committerJeroen Roovers <jer@gentoo.org>2007-06-14 15:44:06 +0000
commitc4a6ca115b83dd6d5265adf1c9aed28de15c1ad3 (patch)
tree019a148c4311f6ab6deca5a1089e01c81608f7d8 /dev-db
parentStable on amd64 wrt bug 181252 (diff)
downloadgentoo-2-c4a6ca115b83dd6d5265adf1c9aed28de15c1ad3.tar.gz
gentoo-2-c4a6ca115b83dd6d5265adf1c9aed28de15c1ad3.tar.bz2
gentoo-2-c4a6ca115b83dd6d5265adf1c9aed28de15c1ad3.zip
Stable for HPPA (bug #182013).
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-db')
-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 daeeb8952589..7d87a9f0802c 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.147 2007/06/14 11:59:03 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.148 2007/06/14 15:44:06 jer Exp $
+
+ 14 Jun 2007; Jeroen Roovers <jer@gentoo.org> sqlite-3.3.17.ebuild:
+ Stable for HPPA (bug #182013).
14 Jun 2007; Ferris McCormick <fmccor@gentoo.org> sqlite-3.3.17.ebuild:
Sparc stable --- Bug #182013 --- Seems to have worked well for 6 weeks.
diff --git a/dev-db/sqlite/sqlite-3.3.17.ebuild b/dev-db/sqlite/sqlite-3.3.17.ebuild
index 41c723133658..4a936999b7ac 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.3 2007/06/14 11:59:03 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.17.ebuild,v 1.4 2007/06/14 15:44:06 jer 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/"