summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-06-12 17:37:31 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-06-12 17:37:31 +0000
commit0f77e0e00ab324cba2f71d9bb99fd8e1743b53e2 (patch)
tree8ecb9dc7ab6f77faaebf761dbf65e74d349bea48 /dev-db
parentBased on 2.6.32.59 + genpatches-2.6.32-48 + grsecurity-2.9.1-2.6.32.59-201206... (diff)
downloadgentoo-2-0f77e0e00ab324cba2f71d9bb99fd8e1743b53e2.tar.gz
gentoo-2-0f77e0e00ab324cba2f71d9bb99fd8e1743b53e2.tar.bz2
gentoo-2-0f77e0e00ab324cba2f71d9bb99fd8e1743b53e2.zip
Stable for amd64, wrt bug #420827
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlite/ChangeLog5
-rw-r--r--dev-db/sqlite/sqlite-3.7.12.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index 34494e64c571..57ccf62564d2 100644
--- a/dev-db/sqlite/ChangeLog
+++ b/dev-db/sqlite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/sqlite
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.413 2012/06/12 15:26:38 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.414 2012/06/12 17:37:31 ago Exp $
+
+ 12 Jun 2012; Agostino Sarubbo <ago@gentoo.org> sqlite-3.7.12.1.ebuild:
+ Stable for amd64, wrt bug #420827
*sqlite-3.7.13 (12 Jun 2012)
diff --git a/dev-db/sqlite/sqlite-3.7.12.1.ebuild b/dev-db/sqlite/sqlite-3.7.12.1.ebuild
index 13d0b3b12fbf..d2383f5eb172 100644
--- a/dev-db/sqlite/sqlite-3.7.12.1.ebuild
+++ b/dev-db/sqlite/sqlite-3.7.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.12.1.ebuild,v 1.1 2012/05/22 20:16:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.12.1.ebuild,v 1.2 2012/06/12 17:37:31 ago Exp $
EAPI="4"
@@ -21,7 +21,7 @@ SRC_URI="doc? ( http://sqlite.org/${PN}-doc-${DOC_PV}.zip )
LICENSE="as-is"
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 ~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 ~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 )