Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
>=dev-db/sqlite-3.5.3 doesn't contain documentation, so "doc" USE flag should be deleted. http://www.sqlite.org/cvstrac/chngview?cn=4553
Created an attachment (id=139147) [edit] Patch to sqlite-3.5.4.ebuild
Created an attachment (id=139149) [edit] Patch to sqlite-3.5.4.ebuild with additional fixes
I change the ebuild to use the documentation zip file found in sqlite web pages.
It doesn't work for 3.5.4. s/${PN}-docs-${PV}/${PN}_docs_${PV}/g
(In reply to comment #4) > It doesn't work for 3.5.4. > s/${PN}-docs-${PV}/${PN}_docs_${PV}/g > Fixed. (That sed itself wasn't enough but any way)