summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/neon')
-rw-r--r--net-misc/neon/ChangeLog7
-rw-r--r--net-misc/neon/neon-0.26.1-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/neon/ChangeLog b/net-misc/neon/ChangeLog
index b22fb64a2252..e3d83b392dfa 100644
--- a/net-misc/neon/ChangeLog
+++ b/net-misc/neon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/neon
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.79 2006/10/18 12:44:23 uberlord Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.80 2007/03/03 05:58:19 vapier Exp $
+
+ 03 Mar 2007; Mike Frysinger <vapier@gentoo.org> neon-0.26.1-r1.ebuild:
+ Fix xml2 configure typo as noted by R Stephan #155952.
18 Oct 2006; Roy Marples <uberlord@gentoo.org> neon-0.26.1-r1.ebuild:
Added ~sparc-fbsd keyword.
diff --git a/net-misc/neon/neon-0.26.1-r1.ebuild b/net-misc/neon/neon-0.26.1-r1.ebuild
index 06fce22b2f3a..4182ad1e884a 100644
--- a/net-misc/neon/neon-0.26.1-r1.ebuild
+++ b/net-misc/neon/neon-0.26.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.26.1-r1.ebuild,v 1.5 2007/02/28 22:18:36 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.26.1-r1.ebuild,v 1.6 2007/03/03 05:58:19 vapier Exp $
inherit eutils libtool versionator
@@ -41,7 +41,7 @@ src_compile() {
if use expat; then
myconf="${myconf} --with-expat"
else
- myconf="${myconf} --with-xml2"
+ myconf="${myconf} --with-libxml2"
fi
if use ssl; then