diff options
author | Tom Martin <slarti@gentoo.org> | 2005-04-25 16:20:45 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-04-25 16:20:45 +0000 |
commit | 258eceed883bc085ddd2ce3000e8b1ace64c92f2 (patch) | |
tree | c0d97c5abc1836edbe89ce7e52f34558b6561a91 /eclass/mailer.eclass | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-258eceed883bc085ddd2ce3000e8b1ace64c92f2.tar.gz gentoo-2-258eceed883bc085ddd2ce3000e8b1ace64c92f2.tar.bz2 gentoo-2-258eceed883bc085ddd2ce3000e8b1ace64c92f2.zip |
Append to PROVIDE now; trim trailing whitespace
Diffstat (limited to 'eclass/mailer.eclass')
-rw-r--r-- | eclass/mailer.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/mailer.eclass b/eclass/mailer.eclass index 7276158df8e3..6bc48975c4b2 100644 --- a/eclass/mailer.eclass +++ b/eclass/mailer.eclass @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mailer.eclass,v 1.2 2005/04/25 16:15:21 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mailer.eclass,v 1.3 2005/04/25 16:20:45 slarti Exp $ # # Original Author: Fernando J. Pereda <ferdy@gentoo.org> # Purpose: eclass to intarface with net-mail/mailer-config, used to manage -# multiple MTA's installed on a Gentoo system. +# multiple MTA's installed on a Gentoo system. # ECLASS="mailer" @@ -13,9 +13,9 @@ INHERITED="$INHERITED $ECLASS" IUSE="${IUSE} mailwrapper" RDEPEND="${RDEPEND} mailwrapper? ( net-mail/mailer-config - >=net-mail/mailwrapper-0.2.1-r1 ) + >=net-mail/mailwrapper-0.2.1-r1 ) !mailwrapper? ( !virtual/mta )" -PROVIDE="virtual/mta" +PROVIDE="${PROVIDE} virtual/mta" EXPORT_FUNCTIONS pkg_postinst pkg_postrm |