diff options
author | Eray Aslan <eras@gentoo.org> | 2011-03-19 17:19:31 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-03-19 17:19:31 +0000 |
commit | e551bfb5d4609a2ea6632f653233ba05b61adc3b (patch) | |
tree | 7c9fdcd4a7c35853ab1a2d81b9ffb889a78fd039 /mail-mta/courier/courier-0.59.0.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-e551bfb5d4609a2ea6632f653233ba05b61adc3b.tar.gz gentoo-2-e551bfb5d4609a2ea6632f653233ba05b61adc3b.tar.bz2 gentoo-2-e551bfb5d4609a2ea6632f653233ba05b61adc3b.zip |
remove old style virtual/imapd
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/courier/courier-0.59.0.ebuild')
-rw-r--r-- | mail-mta/courier/courier-0.59.0.ebuild | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/mail-mta/courier/courier-0.59.0.ebuild b/mail-mta/courier/courier-0.59.0.ebuild index f2e44fd27cfc..cd7afc570a11 100644 --- a/mail-mta/courier/courier-0.59.0.ebuild +++ b/mail-mta/courier/courier-0.59.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild,v 1.17 2011/03/16 10:50:05 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild,v 1.18 2011/03/19 17:19:31 eras Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -21,8 +21,7 @@ KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite mailwrapper \ fam web webmail" -PROVIDE="virtual/mta - virtual/imapd" +PROVIDE="virtual/mta" DEPEND=" >=net-libs/courier-authlib-0.59 @@ -38,13 +37,21 @@ DEPEND=" spell? ( virtual/aspell-dict ) fam? ( virtual/fam ) !mailwrapper? ( !virtual/mta ) - !virtual/imapd !mail-filter/maildrop" RDEPEND="${DEPEND} dev-lang/perl sys-process/procps" +# get rid of old style virtual - bug 350792 +# all blockers really needed? +RDEPEND="${RDEPEND} + !net-mail/dovecot + !net-mail/bincimap + !net-mail/courier-imap + !net-mail/cyrus-imapd + !net-mail/uw-imap" + PDEPEND="mailwrapper? ( >=net-mail/mailwrapper-0.2 ) pam? ( net-mail/mailbase ) crypt? ( >=app-crypt/gnupg-1.0.4 )" |