diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-07-06 14:39:32 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-07-06 14:39:32 +0000 |
commit | b010911099d8b3afca795d927c5754f3ac91be82 (patch) | |
tree | 65b82a1bfad8a23f06ac64895431743a821f1d84 /net-libs/libetpan | |
parent | Add missing flags to IUSE (diff) | |
download | gentoo-2-b010911099d8b3afca795d927c5754f3ac91be82.tar.gz gentoo-2-b010911099d8b3afca795d927c5754f3ac91be82.tar.bz2 gentoo-2-b010911099d8b3afca795d927c5754f3ac91be82.zip |
Force --without-gnutls
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-libs/libetpan')
-rw-r--r-- | net-libs/libetpan/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libetpan/Manifest | 4 | ||||
-rw-r--r-- | net-libs/libetpan/libetpan-0.37.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/net-libs/libetpan/ChangeLog b/net-libs/libetpan/ChangeLog index 5cb7d61cd492..1c6bdd7e044f 100644 --- a/net-libs/libetpan/ChangeLog +++ b/net-libs/libetpan/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2005/07/05 09:53:55 dholm Exp $ +# $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. 05 Jul 2005; David Holm <dholm@gentoo.org> libetpan-0.37.ebuild: Added to ~ppc. diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest index 4383de6c855c..9511901b9854 100644 --- a/net-libs/libetpan/Manifest +++ b/net-libs/libetpan/Manifest @@ -1,6 +1,6 @@ -MD5 1613ac6e27fd512508d3594a5645834e ChangeLog 640 MD5 df56f13bcfcbbe4d0c286ece4b275062 libetpan-0.36.ebuild 804 +MD5 22dc48d78d8ca39d81018ec4fa5286a3 libetpan-0.37.ebuild 830 +MD5 1613ac6e27fd512508d3594a5645834e ChangeLog 640 MD5 509fe3ad1d5f4dfbeab7ff814984a262 metadata.xml 612 -MD5 7014f0ca37282fedb771b8b4e063a561 libetpan-0.37.ebuild 809 MD5 b97f7371a550f937a4b82ef30079c155 files/digest-libetpan-0.36 66 MD5 abfec432a49010c2597fe864d33e8287 files/digest-libetpan-0.37 66 diff --git a/net-libs/libetpan/libetpan-0.37.ebuild b/net-libs/libetpan/libetpan-0.37.ebuild index e5b9cd1dd30c..f778ffb7520b 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.2 2005/07/05 09:53:55 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.37.ebuild,v 1.3 2005/07/06 14:39:32 ticho Exp $ DESCRIPTION="A portable, efficient middleware for different kinds of mail access." HOMEPAGE="http://libetpan.sourceforge.net" @@ -21,6 +21,7 @@ src_compile() { `use_enable debug` \ `use_enable berkdb db` \ `use_with ssl openssl` \ + --without-gnutls \ || die "econf failed" emake || die "emake failed" } |