diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-05-03 18:51:47 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-05-03 18:51:47 +0000 |
commit | 0c98ec38513a62715c34f45cbc37577b345a6ca1 (patch) | |
tree | 0f857c5c91f865587a4082a3d4424bb75d8e1a1d /dev-db | |
parent | ppc stable, bug #176805 (diff) | |
download | gentoo-2-0c98ec38513a62715c34f45cbc37577b345a6ca1.tar.gz gentoo-2-0c98ec38513a62715c34f45cbc37577b345a6ca1.tar.bz2 gentoo-2-0c98ec38513a62715c34f45cbc37577b345a6ca1.zip |
amd64 stable, bug 176942
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.3.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 7039e7412641..250d260a60a6 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.136 2007/03/10 18:18:52 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.137 2007/05/03 18:51:47 beandog Exp $ + + 03 May 2007; Steve Dibb <beandog@gentoo.org> sqlite-3.3.12.ebuild: + amd64 stable, bug 176942 10 Mar 2007; Luca Longinotti <chtekk@gentoo.org> -files/sqlite-3.2.1-data-corruption.patch, diff --git a/dev-db/sqlite/sqlite-3.3.12.ebuild b/dev-db/sqlite/sqlite-3.3.12.ebuild index 2bf31c816443..6770b0ec00af 100644 --- a/dev-db/sqlite/sqlite-3.3.12.ebuild +++ b/dev-db/sqlite/sqlite-3.3.12.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.12.ebuild,v 1.4 2007/03/10 18:18:52 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.12.ebuild,v 1.5 2007/05/03 18:51:47 beandog Exp $ inherit eutils alternatives libtool -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" DESCRIPTION="SQLite: an SQL Database Engine in a C Library." HOMEPAGE="http://www.sqlite.org/" |