Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 251392 - net-mail/dbmail should change USE flag sqlite3 to sqlite
Summary: net-mail/dbmail should change USE flag sqlite3 to sqlite
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Thomas Raschbacher
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 249418
  Show dependency tree
 
Reported: 2008-12-18 00:38 UTC by Henrique Rodrigues
Modified: 2010-03-28 20:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henrique Rodrigues 2008-12-18 00:38:40 UTC
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:
Comment 1 Thomas Raschbacher gentoo-dev 2008-12-18 10:15:29 UTC
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 ..
Comment 2 Henrique Rodrigues 2008-12-18 11:33:18 UTC
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.
Comment 3 Thomas Raschbacher gentoo-dev 2009-02-12 08:36:02 UTC
ah ok will do that then ;)
Comment 4 svrmarty 2009-08-16 11:47:46 UTC
should be easy to fix
Comment 5 Thomas Raschbacher gentoo-dev 2010-03-28 20:33:52 UTC
finally done. sorry for taking so long