summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/courier/courier-0.48.1.ebuild')
-rw-r--r--mail-mta/courier/courier-0.48.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-mta/courier/courier-0.48.1.ebuild b/mail-mta/courier/courier-0.48.1.ebuild
index dca9a2953adb..38b8a69b655f 100644
--- a/mail-mta/courier/courier-0.48.1.ebuild
+++ b/mail-mta/courier/courier-0.48.1.ebuild
@@ -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/mail-mta/courier/courier-0.48.1.ebuild,v 1.5 2005/03/03 17:15:06 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.48.1.ebuild,v 1.6 2005/05/30 03:06:26 solar Exp $
inherit eutils
@@ -15,7 +15,7 @@ SLOT="0"
LICENSE="GPL-2"
# not in keywords due to missing dependencies: ~arm ~s390 ~ppc64
KEYWORDS="x86 alpha amd64 hppa ia64 ~mips ppc sparc"
-IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite uclibc mailwrapper"
+IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite mailwrapper"
PROVIDE="virtual/mta
virtual/mda
@@ -47,7 +47,7 @@ src_unpack() {
unpack ${A}
cd ${S}
use norewrite && epatch ${FILESDIR}/norewrite.patch
- use uclibc && sed -i -e 's:linux-gnu\*:linux-gnu\*\ \|\ linux-uclibc:' config.sub
+ use elibc_uclibc && sed -i -e 's:linux-gnu\*:linux-gnu\*\ \|\ linux-uclibc:' config.sub
}
src_compile() {