summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-02-28 13:41:22 +0000
committerJeroen Roovers <jer@gentoo.org>2013-02-28 13:41:22 +0000
commit9d367e7d0e4ffa3fafcce56041fb7aa561639ce1 (patch)
tree50bd9031d9e2f7130a5a37b80c293190cac53cc9 /dev-db
parentStable for HPPA (bug #443616). (diff)
downloadgentoo-2-9d367e7d0e4ffa3fafcce56041fb7aa561639ce1.tar.gz
gentoo-2-9d367e7d0e4ffa3fafcce56041fb7aa561639ce1.tar.bz2
gentoo-2-9d367e7d0e4ffa3fafcce56041fb7aa561639ce1.zip
Stable for HPPA (bug #458800).
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlite/ChangeLog5
-rw-r--r--dev-db/sqlite/sqlite-3.7.15.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index cb1002c08360..593a3bc563d6 100644
--- a/dev-db/sqlite/ChangeLog
+++ b/dev-db/sqlite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/sqlite
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.459 2013/02/26 14:53:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.460 2013/02/28 13:41:22 jer Exp $
+
+ 28 Feb 2013; Jeroen Roovers <jer@gentoo.org> sqlite-3.7.15.2.ebuild:
+ Stable for HPPA (bug #458800).
26 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sqlite-3.7.15.2.ebuild:
Stable for s390, wrt bug #458800
diff --git a/dev-db/sqlite/sqlite-3.7.15.2.ebuild b/dev-db/sqlite/sqlite-3.7.15.2.ebuild
index 69ae23055b4b..3e84f771c6f3 100644
--- a/dev-db/sqlite/sqlite-3.7.15.2.ebuild
+++ b/dev-db/sqlite/sqlite-3.7.15.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.15.2.ebuild,v 1.13 2013/02/26 14:53:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.15.2.ebuild,v 1.14 2013/02/28 13:41:22 jer Exp $
EAPI="5"
@@ -21,7 +21,7 @@ SRC_URI="doc? ( http://sqlite.org/${PN}-doc-${DOC_PV}.zip )
LICENSE="public-domain"
SLOT="3"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-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 static-libs tcl test +threadsafe unlock-notify"
RDEPEND="icu? ( dev-libs/icu:= )