diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2009-05-24 01:01:18 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2009-05-24 01:01:18 +0000 |
commit | 99c6b60b02e7b08377080758f2d0f44804e26b86 (patch) | |
tree | 3b26d740389b7f25d87191ffe4aae0d29dc34e01 /dev-db/sqlite/sqlite-3.6.13.ebuild | |
parent | Version bumped. (diff) | |
download | gentoo-2-99c6b60b02e7b08377080758f2d0f44804e26b86.tar.gz gentoo-2-99c6b60b02e7b08377080758f2d0f44804e26b86.tar.bz2 gentoo-2-99c6b60b02e7b08377080758f2d0f44804e26b86.zip |
stable amd64, bug 269998
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/sqlite/sqlite-3.6.13.ebuild')
-rw-r--r-- | dev-db/sqlite/sqlite-3.6.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-3.6.13.ebuild b/dev-db/sqlite/sqlite-3.6.13.ebuild index fb38260e2677..963f4d1839ad 100644 --- a/dev-db/sqlite/sqlite-3.6.13.ebuild +++ b/dev-db/sqlite/sqlite-3.6.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.13.ebuild,v 1.7 2009/05/19 20:04:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.13.ebuild,v 1.8 2009/05/24 01:01:18 gentoofan23 Exp $ EAPI="1" @@ -15,7 +15,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 )" |