Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121236 - RDEPEND in ezmlm-idx ebuild should be updated
Summary: RDEPEND in ezmlm-idx ebuild should be updated
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-01 16:31 UTC by Tom Noonan
Modified: 2006-07-23 03:42 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 Tom Noonan 2006-02-01 16:31:47 UTC
RDEPEND="mail-mta/qmail" makes it incompatible with qmail-ldap and qmail-mysql
I suggest the same rdepend that is used in ezmlm:
RDEPEND="|| (
        mail-mta/qmail
        mail-mta/qmail-mysql
        mail-mta/qmail-ldap )"

I applied this to my server,  no unforseen consequences (thus far).
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2006-07-23 03:42:05 UTC
all ezmlm-* packages now depend on virtual/qmail

thank you for the report.