diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2004-05-31 02:43:38 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2004-05-31 02:43:38 +0000 |
commit | bf2f53098c873aa36865082f9fa8344f3a8c3dc2 (patch) | |
tree | 2a81d7dbe871f4bb296439c1601d2d4737d21cc8 /mail-mta/exim/exim-4.33-r1.ebuild | |
parent | QAed && version update (Manifest recommit) (diff) | |
download | gentoo-2-bf2f53098c873aa36865082f9fa8344f3a8c3dc2.tar.gz gentoo-2-bf2f53098c873aa36865082f9fa8344f3a8c3dc2.tar.bz2 gentoo-2-bf2f53098c873aa36865082f9fa8344f3a8c3dc2.zip |
Making mailwrapper an optional dep
Diffstat (limited to 'mail-mta/exim/exim-4.33-r1.ebuild')
-rw-r--r-- | mail-mta/exim/exim-4.33-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/exim/exim-4.33-r1.ebuild b/mail-mta/exim/exim-4.33-r1.ebuild index 1f3a09ec8075..46444c011079 100644 --- a/mail-mta/exim/exim-4.33-r1.ebuild +++ b/mail-mta/exim/exim-4.33-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.33-r1.ebuild,v 1.1 2004/05/30 02:35:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.33-r1.ebuild,v 1.2 2004/05/31 02:43:38 g2boojum Exp $ inherit eutils @@ -30,7 +30,7 @@ DEPEND=">=sys-apps/sed-4.0.5 postgres? ( >=dev-db/postgresql-7 ) sasl? ( >=dev-libs/cyrus-sasl-2.1.14 )" RDEPEND="${DEPEND} - net-mail/mailwrapper + =net-mail/mailwrapper-0.1 >=net-mail/mailbase-0.00-r5" src_unpack() { |