summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-10-29 16:55:40 +0000
committerAlin Năstac <mrness@gentoo.org>2006-10-29 16:55:40 +0000
commit5dee4bc6b63e446a09100b9bc4bce407f9c3b6bb (patch)
treeaa65837eeffd830cff9bb27135d510707954734e /mail-filter
parentFixing dbus depends to depend on specific bindings for the future (diff)
downloadgentoo-2-5dee4bc6b63e446a09100b9bc4bce407f9c3b6bb.tar.gz
gentoo-2-5dee4bc6b63e446a09100b9bc4bce407f9c3b6bb.tar.bz2
gentoo-2-5dee4bc6b63e446a09100b9bc4bce407f9c3b6bb.zip
remove duplicate configure option
(Portage version: 2.1.1)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/dspam/dspam-3.6.8.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail-filter/dspam/dspam-3.6.8.ebuild b/mail-filter/dspam/dspam-3.6.8.ebuild
index f36028aaddbe..2f6fbbb59576 100644
--- a/mail-filter/dspam/dspam-3.6.8.ebuild
+++ b/mail-filter/dspam/dspam-3.6.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.8.ebuild,v 1.1 2006/10/29 09:55:43 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.8.ebuild,v 1.2 2006/10/29 16:55:40 mrness Exp $
inherit eutils autotools flag-o-matic
@@ -72,7 +72,7 @@ src_unpack() {
}
src_compile() {
- local myconf="--enable-long-username --enable-syslog"
+ local myconf="--enable-long-usernames --enable-syslog"
use large-domain && myconf="${myconf} --enable-large-scale" ||\
myconf="${myconf} --enable-domain-scale"
@@ -129,7 +129,6 @@ src_compile() {
fi
econf ${myconf} --with-storage-driver=${STORAGE} \
- --enable-long-usernames \
--with-dspam-home=${HOMEDIR} \
--sysconfdir=${CONFDIR} \
$(use_enable daemon) \