diff options
author | 2004-05-30 23:12:09 +0000 | |
---|---|---|
committer | 2004-05-30 23:12:09 +0000 | |
commit | 0549a3602c21e2bbe511dccf0a9d75efbecb9211 (patch) | |
tree | 1c65b9009b979a8fb9e7493e69a9ce2b42c6a203 /mail-mta | |
parent | Points the user to gentoo-dev-sources (Manifest recommit) (diff) | |
download | gentoo-2-0549a3602c21e2bbe511dccf0a9d75efbecb9211.tar.gz gentoo-2-0549a3602c21e2bbe511dccf0a9d75efbecb9211.tar.bz2 gentoo-2-0549a3602c21e2bbe511dccf0a9d75efbecb9211.zip |
Yet more fixes. Good thing it's masked!
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/ssmtp/ssmtp-2.60.7-r1.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/mail-mta/ssmtp/ssmtp-2.60.7-r1.ebuild b/mail-mta/ssmtp/ssmtp-2.60.7-r1.ebuild index fd6990416b8c..23309afd3c95 100644 --- a/mail-mta/ssmtp/ssmtp-2.60.7-r1.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.60.7-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/ssmtp/ssmtp-2.60.7-r1.ebuild,v 1.3 2004/05/30 22:46:58 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.7-r1.ebuild,v 1.4 2004/05/30 23:12:09 g2boojum Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="ssl ipv6 md5sum mailwrapper" DEPEND="virtual/glibc ssl? ( dev-libs/openssl )" -RDEPEND="mailwrapper? ( =net-mail/mailwrapper-0.1 ) +RDEPEND="mailwrapper? ( >=net-mail/mailwrapper-0.2 ) !mailwrapper? ( !virtual/mta ) net-mail/mailbase ssl? ( dev-libs/openssl )" @@ -63,8 +63,11 @@ src_install() { newdoc ssmtp.lsm DESC insinto /etc/ssmtp doins ssmtp.conf revaliases - insinto /etc - use mailwrapper && doins ${FILESDIR}/mailer.conf + if use mailwrapper + then + insinto /etc/mail + doins ${FILESDIR}/mailer.conf + fi # Set up config file # See bug #22658 |