summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-11-26 19:48:24 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-11-26 19:48:24 +0000
commit864eab8ec4f43111fa475fc435aacf80e171d06f (patch)
tree3da17438b10160dde90b165a05635447ee6766ac /net-mail
parentremoved "~ppc ~sparc ~sparc64 ~alpha" from KEYWORDS (diff)
downloadhistorical-864eab8ec4f43111fa475fc435aacf80e171d06f.tar.gz
historical-864eab8ec4f43111fa475fc435aacf80e171d06f.tar.bz2
historical-864eab8ec4f43111fa475fc435aacf80e171d06f.zip
fixing the missing econf so USE are adhered
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/sylpheed/ChangeLog5
-rw-r--r--net-mail/sylpheed/sylpheed-0.8.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/sylpheed/ChangeLog b/net-mail/sylpheed/ChangeLog
index c6f777bd9cc4..53eb6f634cc2 100644
--- a/net-mail/sylpheed/ChangeLog
+++ b/net-mail/sylpheed/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-mail/sylpheed
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/ChangeLog,v 1.18 2002/11/25 12:43:41 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/ChangeLog,v 1.19 2002/11/26 19:48:24 spider Exp $
*sylpheed-0.8.6 (25 Nov 2002)
+ 26 Nov 2002; Spider <spider@gentoo.org> sylpheed-0.8.6.ebuild : I updated
+ the ebuild so It actually adheres to USE flags now. missed a ${myconf} in a critical place.
+
25 Nov 2002; Brad Cowan <bcowan@gentoo.org> sylpheed-0.8.6.ebuild,
files/digest-sylpheed-0.8.6:
diff --git a/net-mail/sylpheed/sylpheed-0.8.6.ebuild b/net-mail/sylpheed/sylpheed-0.8.6.ebuild
index 6e700f180f6e..56265ceefbfc 100644
--- a/net-mail/sylpheed/sylpheed-0.8.6.ebuild
+++ b/net-mail/sylpheed/sylpheed-0.8.6.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/sylpheed/sylpheed-0.8.6.ebuild,v 1.1 2002/11/25 12:43:41 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.8.6.ebuild,v 1.2 2002/11/26 19:48:24 spider Exp $
IUSE="ssl xface ipv6 nls gnome ldap crypt pda"
@@ -44,7 +44,7 @@ src_compile() {
use xface || myconf="${myconf} --disable-compface"
- econf
+ econf ${myconf}
emake || die
}