Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942934 - dev-libs/cyrus-sasl: demands db:4.8
Summary: dev-libs/cyrus-sasl: demands db:4.8
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-06 11:47 UTC by Evgeny
Modified: 2024-11-06 11:47 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 Evgeny 2024-11-06 11:47:59 UTC
I find all last versions of cyrus-sasl ebuilds including current stable cyrus-sasl-2.1.28-r4.ebuild have a line:
berkdb? ( >=sys-libs/db-4.8.30-r1:4.8[${MULTILIB_USEDEP}] )

... which means having selected 'berkdb' flag I always needed to build db:4.8 though my system already had db:5.3. I think it's a bug.
Maybe it should be changed to smth like:
berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] )