summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-10-23 05:59:38 +0000
committerJeroen Roovers <jer@gentoo.org>2010-10-23 05:59:38 +0000
commit52d817fc9c2215b55a1175f0f0f4c9f72984a0d8 (patch)
treed8193e676ede01dfdf388c3d3695e1d31eaa44d1 /dev-db/sqlite
parentDo not compile solver_types java and erlang grades as there are no non-C bind... (diff)
downloadgentoo-2-52d817fc9c2215b55a1175f0f0f4c9f72984a0d8.tar.gz
gentoo-2-52d817fc9c2215b55a1175f0f0f4c9f72984a0d8.tar.bz2
gentoo-2-52d817fc9c2215b55a1175f0f0f4c9f72984a0d8.zip
Stable for HPPA (bug #341821).
(Portage version: 2.2_rc99/cvs/Linux i686)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r--dev-db/sqlite/ChangeLog5
-rw-r--r--dev-db/sqlite/sqlite-3.7.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index 757ffd1996ce..82e514db9653 100644
--- a/dev-db/sqlite/ChangeLog
+++ b/dev-db/sqlite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/sqlite
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.347 2010/09/10 20:47:37 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.348 2010/10/23 05:59:38 jer Exp $
+
+ 23 Oct 2010; Jeroen Roovers <jer@gentoo.org> sqlite-3.7.2.ebuild:
+ Stable for HPPA (bug #341821).
10 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
metadata.xml:
diff --git a/dev-db/sqlite/sqlite-3.7.2.ebuild b/dev-db/sqlite/sqlite-3.7.2.ebuild
index 9f537b5c5746..d0e35c346699 100644
--- a/dev-db/sqlite/sqlite-3.7.2.ebuild
+++ b/dev-db/sqlite/sqlite-3.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.2.ebuild,v 1.2 2010/08/30 09:22:06 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.2.ebuild,v 1.3 2010/10/23 05:59:38 jer Exp $
EAPI="3"
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="as-is"
SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug doc extensions +fts3 icu +readline secure-delete soundex tcl test +threadsafe unlock-notify"
RDEPEND="icu? ( dev-libs/icu )