summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2005-04-25 18:55:56 +0000
committerTom Martin <slarti@gentoo.org>2005-04-25 18:55:56 +0000
commit1292ad2a39b89b0cefc888440652418624fa061c (patch)
tree9362b8cac894f5bb66d03c86daa3c5d0a2b427f3 /eclass/mailer.eclass
parentupdate digest (diff)
downloadhistorical-1292ad2a39b89b0cefc888440652418624fa061c.tar.gz
historical-1292ad2a39b89b0cefc888440652418624fa061c.tar.bz2
historical-1292ad2a39b89b0cefc888440652418624fa061c.zip
stylistic updates
Diffstat (limited to 'eclass/mailer.eclass')
-rw-r--r--eclass/mailer.eclass17
1 files changed, 10 insertions, 7 deletions
diff --git a/eclass/mailer.eclass b/eclass/mailer.eclass
index 6bc48975c4b2..5cde3dfa8fa9 100644
--- a/eclass/mailer.eclass
+++ b/eclass/mailer.eclass
@@ -1,6 +1,6 @@
# 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.3 2005/04/25 16:20:45 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mailer.eclass,v 1.4 2005/04/25 18:55:56 slarti Exp $
#
# Original Author: Fernando J. Pereda <ferdy@gentoo.org>
@@ -10,12 +10,15 @@
ECLASS="mailer"
INHERITED="$INHERITED $ECLASS"
-IUSE="${IUSE} mailwrapper"
-RDEPEND="${RDEPEND}
- mailwrapper? ( net-mail/mailer-config
- >=net-mail/mailwrapper-0.2.1-r1 )
- !mailwrapper? ( !virtual/mta )"
-PROVIDE="${PROVIDE} virtual/mta"
+IUSE="mailwrapper"
+RDEPEND="mailwrapper? (
+ net-mail/mailer-config
+ >=net-mail/mailwrapper-0.2.1-r1
+ )
+ !mailwrapper? (
+ !virtual/mta
+ )"
+PROVIDE="virtual/mta"
EXPORT_FUNCTIONS pkg_postinst pkg_postrm