summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2013-03-17 21:44:53 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2013-03-17 21:44:53 +0000
commitba1f5babacb8fcba8e902aea5bf64449c51457e2 (patch)
tree729e00152f9e91da18b8d64b52b2fa21ed432ace /mail-mta
parentUpdate maintainer info (diff)
downloadgentoo-2-ba1f5babacb8fcba8e902aea5bf64449c51457e2.tar.gz
gentoo-2-ba1f5babacb8fcba8e902aea5bf64449c51457e2.tar.bz2
gentoo-2-ba1f5babacb8fcba8e902aea5bf64449c51457e2.zip
Don't ignore subsequent econf options.
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/opensmtpd/opensmtpd-5.3_p1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/opensmtpd/opensmtpd-5.3_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.3_p1.ebuild
index aecfd5e4d0b0..f80bf4c2a23f 100644
--- a/mail-mta/opensmtpd/opensmtpd-5.3_p1.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-5.3_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3_p1.ebuild,v 1.1 2013/03/17 19:59:36 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3_p1.ebuild,v 1.2 2013/03/17 21:44:53 zx2c4 Exp $
EAPI=5
@@ -48,11 +48,11 @@ src_configure() {
--with-privsep-user=smtpd \
--with-filter-user=smtpf \
--with-queue-user=smtpq \
- #--with-lookup-user=smtpl will be available in the release after 5.3p1
--with-privsep-path=/var/empty \
--with-sock-dir=/var/run \
--sysconfdir=/etc/opensmtpd \
$(use_with pam)
+ #--with-lookup-user=smtpl will be available in the release after 5.3p1
}
src_install() {