Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462390 - dev-db/libzdb: Update dependency on dev-db/sqlite:3
Summary: dev-db/libzdb: 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: Thomas Raschbacher
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-19 23:45 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-03-27 23:15 UTC (History)
2 users (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 Arfrever Frehtes Taifersar Arahesis 2013-03-19 23:45:30 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 Arfrever Frehtes Taifersar Arahesis 2013-03-27 23:15:07 UTC
  27 Mar 2013; Mike Gilbert <floppym@gentoo.org> libzdb-2.10.3.ebuild,
  libzdb-2.10.5.ebuild, libzdb-2.11.1.ebuild:
  Update sqlite deps per bug 462390.