summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-10-14 02:56:36 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-10-14 02:56:36 +0000
commit2f6f9d4f2baae55fb1f550a3116d03bb3e90fe2d (patch)
tree3f8519736edca3668fb13b704201e23f1bc621c1 /net-mail/sendmail
parentmasked new version of portaudio (diff)
downloadhistorical-2f6f9d4f2baae55fb1f550a3116d03bb3e90fe2d.tar.gz
historical-2f6f9d4f2baae55fb1f550a3116d03bb3e90fe2d.tar.bz2
historical-2f6f9d4f2baae55fb1f550a3116d03bb3e90fe2d.zip
removed blah echo
Diffstat (limited to 'net-mail/sendmail')
-rw-r--r--net-mail/sendmail/sendmail-8.12.6-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mail/sendmail/sendmail-8.12.6-r1.ebuild b/net-mail/sendmail/sendmail-8.12.6-r1.ebuild
index 78fea5fc678b..29ef78703690 100644
--- a/net-mail/sendmail/sendmail-8.12.6-r1.ebuild
+++ b/net-mail/sendmail/sendmail-8.12.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/sendmail-8.12.6-r1.ebuild,v 1.1 2002/10/13 13:44:09 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/sendmail-8.12.6-r1.ebuild,v 1.2 2002/10/14 02:56:36 seemant Exp $
IUSE="ssl ldap sasl berkdb tcpd gdbm"
@@ -61,7 +61,6 @@ src_unpack() {
do
cat ${FILESDIR}/${file}.patch | patch -d ${S} -p1 || die "${file} patch failed"
done
-echo "blah"
patch -d ${S}/smrsh -p0 < ${FILESDIR}/${PF}-gentoo.diff
confCCOPTS="${CFLAGS}"