diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-04 19:25:54 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-04 19:25:54 +0000 |
commit | a2031dd9b0b2356500aa9e114bb9031497f509f3 (patch) | |
tree | 5e0fd65083c789b68656356b8f19d4de1a4677b0 /dev-db/sqlite | |
parent | x86 stable, bug #314899 (diff) | |
download | gentoo-2-a2031dd9b0b2356500aa9e114bb9031497f509f3.tar.gz gentoo-2-a2031dd9b0b2356500aa9e114bb9031497f509f3.tar.bz2 gentoo-2-a2031dd9b0b2356500aa9e114bb9031497f509f3.zip |
x86 stable wrt bug #320467
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.6.23.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index ed34f52e966b..9747b9c9b496 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,10 @@ # 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.335 2010/05/30 13:43:39 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.336 2010/06/04 19:25:54 phajdan.jr Exp $ + + 04 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + sqlite-3.6.23.1.ebuild: + x86 stable wrt bug #320467 30 May 2010; Markos Chandras <hwoarang@gentoo.org> sqlite-3.6.23.1.ebuild: Stable on amd64 wrt bug #320467 diff --git a/dev-db/sqlite/sqlite-3.6.23.1.ebuild b/dev-db/sqlite/sqlite-3.6.23.1.ebuild index e56b558fa848..76c04a7d0ed4 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.3 2010/05/30 13:43:39 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1.ebuild,v 1.4 2010/06/04 19:25:54 phajdan.jr 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 ) |