diff options
author | Kenneth Prugh <ken69267@gentoo.org> | 2008-03-16 22:50:43 +0000 |
---|---|---|
committer | Kenneth Prugh <ken69267@gentoo.org> | 2008-03-16 22:50:43 +0000 |
commit | fbcfd1a391d3b3265126ca318f6994b7a467cbbd (patch) | |
tree | b6a4c13aae190225e3a93c2003ca6e1c3365dee5 /dev-db | |
parent | version bump, solving bug #208975 (diff) | |
download | gentoo-2-fbcfd1a391d3b3265126ca318f6994b7a467cbbd.tar.gz gentoo-2-fbcfd1a391d3b3265126ca318f6994b7a467cbbd.tar.bz2 gentoo-2-fbcfd1a391d3b3265126ca318f6994b7a467cbbd.zip |
amd64 stable, bug #213500
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.5.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index cdb80cd04eb3..6d91dd31246d 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.187 2008/03/16 15:24:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.188 2008/03/16 22:50:43 ken69267 Exp $ + + 16 Mar 2008; Kenneth Prugh <ken69267@gentoo.org> sqlite-3.5.6.ebuild: + amd64 stable, bug #213500 16 Mar 2008; Raúl Porcel <armin76@gentoo.org> sqlite-3.5.6.ebuild: alpha/ia64 stable wrt #213500 diff --git a/dev-db/sqlite/sqlite-3.5.6.ebuild b/dev-db/sqlite/sqlite-3.5.6.ebuild index 33681900ae1e..3c2e85c289e9 100644 --- a/dev-db/sqlite/sqlite-3.5.6.ebuild +++ b/dev-db/sqlite/sqlite-3.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.5.6.ebuild,v 1.7 2008/03/16 15:24:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.5.6.ebuild,v 1.8 2008/03/16 22:50:43 ken69267 Exp $ EAPI="1" @@ -14,7 +14,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz LICENSE="as-is" SLOT="3" -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" IUSE="debug doc soundex tcl +threadsafe" RESTRICT="!tcl? ( test )" |