sqlite 2 should be deprecated in favor of sqlite 3, so the "sqlite3" use flag should be changed to "sqlite". Reproducible: Always Steps to Reproduce:
afaik dbmail will only run with sqlite3 so i can't change that yet, but once sqlite3 is depreciated of course this can be changed ..
The idea is not to change dependencies, but simply to change the USE flag from "sqlite3" to "sqlite". After the change, dbmail will still depend on ">=dev-db/sqlite-3.0" when the "sqlite" USE flag is enabled.
ah ok will do that then ;)
should be easy to fix
finally done. sorry for taking so long