Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 462392

Summary: mail-client/thunderbird: Update dependency on dev-db/sqlite:3
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arfrever Frehtes Taifersar Arahesis 2013-03-19 23:45:35 UTC
"fts3", "soundex", "threadsafe" and "unlock-notify" USE have been deleted in >=dev-db/sqlite-3.7.16:3 and given features have been enabled unconditionally.
Please update dependencies in your package.

Example in EAPI <4:
RDEPEND="|| (
	>=dev-db/sqlite-3.7.16:3
	<dev-db/sqlite-3.7.16:3[fts3,soundex,threadsafe,unlock-notify]
)"

Example in EAPI >=4:
RDEPEND="dev-db/sqlite:3[fts3(+),soundex(+),threadsafe(+),unlock-notify(+)]"
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-03-25 14:07:12 UTC
+  25 Mar 2013; Lars Wendler <polynomial-c@gentoo.org>
+  thunderbird-10.0.11.ebuild, -thunderbird-17.0.2.ebuild,
+  -thunderbird-17.0.3.ebuild, thunderbird-17.0.4.ebuild,
+  thunderbird-17.0.4-r1.ebuild:
+  Adjusted sqlite dependencies as requested in bug #462392. Removed old
+  versions.
+