Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462402 - www-client/firefox: Update dependency on dev-db/sqlite:3
Summary: www-client/firefox: Update dependency on dev-db/sqlite:3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-19 23:45 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-03-25 14:07 UTC (History)
0 users

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 Arfrever Frehtes Taifersar Arahesis 2013-03-19 23:45:57 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:16 UTC
+  25 Mar 2013; Lars Wendler <polynomial-c@gentoo.org> firefox-10.0.11.ebuild,
+  -firefox-17.0.2.ebuild, -firefox-17.0.3.ebuild, firefox-17.0.4.ebuild,
+  -firefox-18.0.1.ebuild, firefox-19.0.2.ebuild:
+  Adjusted sqlite dependencies as requested in bug #462402. Removed old
+  versions. Dropped KEYWORDS from ancient ff-10.0.11 version.
+