summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-07-06 14:50:56 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-07-06 14:50:56 +0000
commit8d75085d2f0010337fa8a27247d864ec635d616b (patch)
tree61fbc3b5107e1543cb33a5e802e7b1621ec28185 /net-libs/libetpan
parentMore IUSE fixes (diff)
downloadgentoo-2-8d75085d2f0010337fa8a27247d864ec635d616b.tar.gz
gentoo-2-8d75085d2f0010337fa8a27247d864ec635d616b.tar.bz2
gentoo-2-8d75085d2f0010337fa8a27247d864ec635d616b.zip
Reverted last change.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-libs/libetpan')
-rw-r--r--net-libs/libetpan/ChangeLog5
-rw-r--r--net-libs/libetpan/libetpan-0.37.ebuild3
2 files changed, 2 insertions, 6 deletions
diff --git a/net-libs/libetpan/ChangeLog b/net-libs/libetpan/ChangeLog
index 1c6bdd7e044f..78f745d8ab63 100644
--- a/net-libs/libetpan/ChangeLog
+++ b/net-libs/libetpan/ChangeLog
@@ -1,9 +1,6 @@
# ChangeLog for net-libs/libetpan
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.5 2005/07/06 14:39:32 ticho Exp $
-
- 06 Jul 2005; Andrej Kacian <ticho@gentoo.org> libetpan-0.37.ebuild:
- Force --without-gnutls due to gnutls support being incomplete.
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.6 2005/07/06 14:50:56 ticho Exp $
05 Jul 2005; David Holm <dholm@gentoo.org> libetpan-0.37.ebuild:
Added to ~ppc.
diff --git a/net-libs/libetpan/libetpan-0.37.ebuild b/net-libs/libetpan/libetpan-0.37.ebuild
index f778ffb7520b..d14d1aa1aea4 100644
--- a/net-libs/libetpan/libetpan-0.37.ebuild
+++ b/net-libs/libetpan/libetpan-0.37.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/net-libs/libetpan/libetpan-0.37.ebuild,v 1.3 2005/07/06 14:39:32 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.37.ebuild,v 1.4 2005/07/06 14:50:56 ticho Exp $
DESCRIPTION="A portable, efficient middleware for different kinds of mail access."
HOMEPAGE="http://libetpan.sourceforge.net"
@@ -21,7 +21,6 @@ src_compile() {
`use_enable debug` \
`use_enable berkdb db` \
`use_with ssl openssl` \
- --without-gnutls \
|| die "econf failed"
emake || die "emake failed"
}