--- /usr/portage/dev-db/sqlite/sqlite-3.6.16.ebuild 2009-06-27 21:31:00.000000000 +0000 +++ /usr/portage/local/layman/jeckhart-overlay-dev/dev-db/sqlite/sqlite-3.6.16.ebuild 2009-07-25 07:35:23.479752985 +0000 @@ -16,7 +16,7 @@ LICENSE="as-is" SLOT="3" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="debug doc soundex tcl +threadsafe" +IUSE="debug doc soundex tcl +threadsafe +fts3" RESTRICT="!tcl? ( test )" RDEPEND="tcl? ( dev-lang/tcl )" @@ -49,6 +49,8 @@ # not available via configure and requested in bug #143794 use soundex && append-cppflags -DSQLITE_SOUNDEX + use fts3 && append-flags -DSQLITE_ENABLE_FTS3=1 + use fts3 && append-flags -DSQLITE_CORE=1 econf \ $(use_enable debug) \