diff options
author | 2010-05-20 20:06:13 +0000 | |
---|---|---|
committer | 2010-05-20 20:06:13 +0000 | |
commit | 8880b7a86da182350789c170e0015ad491bd9f11 (patch) | |
tree | 2b21180941527612a918455f1d168e6e36fe9f0d /dev-db | |
parent | Version bump (diff) | |
download | gentoo-2-8880b7a86da182350789c170e0015ad491bd9f11.tar.gz gentoo-2-8880b7a86da182350789c170e0015ad491bd9f11.tar.bz2 gentoo-2-8880b7a86da182350789c170e0015ad491bd9f11.zip |
Stable for HPPA (bug #320467).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.6.23.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index f0d272b4a1e0..9bb810b1bb31 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.333 2010/04/18 01:21:40 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.334 2010/05/20 20:06:13 jer Exp $ + + 20 May 2010; Jeroen Roovers <jer@gentoo.org> sqlite-3.6.23.1.ebuild: + Stable for HPPA (bug #320467). *sqlite-3.6.23.1 (18 Apr 2010) diff --git a/dev-db/sqlite/sqlite-3.6.23.1.ebuild b/dev-db/sqlite/sqlite-3.6.23.1.ebuild index 163bbe98d882..33f986f98f0e 100644 --- a/dev-db/sqlite/sqlite-3.6.23.1.ebuild +++ b/dev-db/sqlite/sqlite-3.6.23.1.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.6.23.1.ebuild,v 1.1 2010/04/18 01:21:40 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1.ebuild,v 1.2 2010/05/20 20:06:13 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 +threadsafe test" RDEPEND="icu? ( dev-libs/icu ) |