diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-03 05:58:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-03 05:58:19 +0000 |
commit | ce2827b813d41958c89f1d38603f1ae53b04baad (patch) | |
tree | c761fe0cb52c025b1df04426263e2fbdb698aa77 /net-misc | |
parent | Use syscall() rather than _syscall#() #163800 by Peter Ruskin. (diff) | |
download | gentoo-2-ce2827b813d41958c89f1d38603f1ae53b04baad.tar.gz gentoo-2-ce2827b813d41958c89f1d38603f1ae53b04baad.tar.bz2 gentoo-2-ce2827b813d41958c89f1d38603f1ae53b04baad.zip |
Fix xml2 configure typo as noted by R Stephan #155952.
(Portage version: 2.1.2-r13)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/neon/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/neon/neon-0.26.1-r1.ebuild | 6 |
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 |