I don't know if gentoo planed to drop support for qt-4.4/sqlite2, but anyway the current ebuild should specify -no-sql-sqlite2 because there is no sqlite2 use flag. Thank you for splitting qt4.4 ebuilds, it's a great idea :) Reproducible: Always
yeah, I'm dropping it at the request of some sqlite gentoo folks ( see threads on -dev earlier in the year for details). I'll get the flag in on the next revision.
sqlite2 is now explicitly disabled. thanks for the report.
#profiles/use.desc sqlite - Adds support for sqlite - embedded sql database sqlite3 - Adds support for sqlite3 - embedded sql database May be better USE="sqlite3" instead "sqlite" now?
I understood that sqlite should point to the last sqlite version. A sqlite2 use flag should be apropriate.
It has been requested on Gentoo-dev to drop the "sqlite3" flag and use "sqlite" only, all across portage. This is part of this transition and this is our chance to do it. There's no reason to support sqlite2 that I can see. It's trivial to convert a database from sqlite2 to sqlite3. I don't want to add use flags just because we can. Maintaining Qt itself is hard enough.