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

Bug 462388

Summary: app-misc/tracker: Update dependency on dev-db/sqlite:3
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Component: Current packagesAssignee: Freedesktop bugs <freedesktop-bugs>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arfrever Frehtes Taifersar Arahesis 2013-03-19 23:45:25 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 Gilles Dartiguelongue (RETIRED) gentoo-dev 2013-03-28 07:46:21 UTC
+  28 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> tracker-0.14.4.ebuild,
+  tracker-0.14.5.ebuild, tracker-9999.ebuild:
+  Adjust sqlite dependency, bug #462388
+
I think it's good now. Thanks for reporting.