diff options
author | 2010-01-02 18:27:30 +0000 | |
---|---|---|
committer | 2010-01-02 18:27:30 +0000 | |
commit | cdebbc243ddabd8951b6c10fe110dc78405e9d16 (patch) | |
tree | 00ee0f620ced56027a716758c1f7c00d65135b07 /dev-db | |
parent | arm stable, bug #297658 (diff) | |
download | gentoo-2-cdebbc243ddabd8951b6c10fe110dc78405e9d16.tar.gz gentoo-2-cdebbc243ddabd8951b6c10fe110dc78405e9d16.tar.bz2 gentoo-2-cdebbc243ddabd8951b6c10fe110dc78405e9d16.zip |
alpha/ia64/sparc stable
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.6.20-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index a3c9a9b1d43d..a236de13d8c5 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.309 2010/01/02 18:24:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.310 2010/01/02 18:27:30 armin76 Exp $ + + 02 Jan 2010; Raúl Porcel <armin76@gentoo.org> sqlite-3.6.20-r1.ebuild: + alpha/ia64/sparc stable 02 Jan 2010; Markus Meier <maekke@gentoo.org> sqlite-3.6.20-r1.ebuild: arm stable, bug #297658 diff --git a/dev-db/sqlite/sqlite-3.6.20-r1.ebuild b/dev-db/sqlite/sqlite-3.6.20-r1.ebuild index d0271dcab3c1..962bb13ee5a3 100644 --- a/dev-db/sqlite/sqlite-3.6.20-r1.ebuild +++ b/dev-db/sqlite/sqlite-3.6.20-r1.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.20-r1.ebuild,v 1.8 2010/01/02 18:24:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.20-r1.ebuild,v 1.9 2010/01/02 18:27:30 armin76 Exp $ EAPI="2" @@ -16,7 +16,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 x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="debug doc fts3 icu +readline soundex tcl +threadsafe" RESTRICT="!tcl? ( test )" |