diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-07-05 07:55:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-07-05 07:55:34 +0000 |
commit | a858f05aba6a9fdb4565fac92cd2090fc7d2a65a (patch) | |
tree | dc5ea4788420ba94243493af98690df43441ae33 /net-misc/sitecopy/sitecopy-0.15.1.ebuild | |
parent | xml2 use flag changed to xml (diff) | |
download | gentoo-2-a858f05aba6a9fdb4565fac92cd2090fc7d2a65a.tar.gz gentoo-2-a858f05aba6a9fdb4565fac92cd2090fc7d2a65a.tar.bz2 gentoo-2-a858f05aba6a9fdb4565fac92cd2090fc7d2a65a.zip |
xml2 use flag changed to xml
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'net-misc/sitecopy/sitecopy-0.15.1.ebuild')
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.15.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/sitecopy/sitecopy-0.15.1.ebuild b/net-misc/sitecopy/sitecopy-0.15.1.ebuild index 2621a5a017e1..643aa451abae 100644 --- a/net-misc/sitecopy/sitecopy-0.15.1.ebuild +++ b/net-misc/sitecopy/sitecopy-0.15.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.15.1.ebuild,v 1.4 2006/02/22 05:03:02 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.15.1.ebuild,v 1.5 2006/07/05 07:55:34 mr_bones_ Exp $ inherit eutils toolchain-funcs -IUSE="expat gssapi nls rsh sftp ssl webdav xml2 zlib" +IUSE="expat gssapi nls rsh sftp ssl webdav xml zlib" DESCRIPTION="sitecopy is for easily maintaining remote web sites" SRC_URI="http://www.lyra.org/${PN}/${P}.tar.gz" @@ -61,9 +61,9 @@ src_compile() { built_with_use net-misc/neon expat || die "neon needs expat support" fi - if use xml2 ; then + if use xml ; then built_with_use net-misc/neon expat && die "neon needs expat support disabled for - xml2 support to be enabled" + xml support to be enabled" fi # Bug 51585, GLSA 200406-03 @@ -77,7 +77,7 @@ src_compile() { $(use_enable rsh) \ $(use_enable sftp) \ $(use_with expat) \ - $(use_with xml2 libxml2 ) \ + $(use_with xml libxml2 ) \ || die "configuration failed" # fixes some gnome compile issues |