summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-14 22:52:56 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-14 22:52:56 +0000
commit5a9726603d30ef5e1cda105242b25d00492677cb (patch)
tree33ecffa3761df6e0ab3da986bb29e1552a1d3ae0 /net-misc/sitecopy/sitecopy-0.13.4.ebuild
parentinitial x support ~ppc64, bug #53763 (diff)
downloadhistorical-5a9726603d30ef5e1cda105242b25d00492677cb.tar.gz
historical-5a9726603d30ef5e1cda105242b25d00492677cb.tar.bz2
historical-5a9726603d30ef5e1cda105242b25d00492677cb.zip
Fix use invocation
Diffstat (limited to 'net-misc/sitecopy/sitecopy-0.13.4.ebuild')
-rw-r--r--net-misc/sitecopy/sitecopy-0.13.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sitecopy/sitecopy-0.13.4.ebuild b/net-misc/sitecopy/sitecopy-0.13.4.ebuild
index 12ccd127fc96..6a2d7f3ade79 100644
--- a/net-misc/sitecopy/sitecopy-0.13.4.ebuild
+++ b/net-misc/sitecopy/sitecopy-0.13.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.13.4.ebuild,v 1.5 2004/04/26 12:43:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.13.4.ebuild,v 1.6 2004/06/14 22:51:22 agriffis Exp $
IUSE="ssl xml xml2"
@@ -20,7 +20,7 @@ DEPEND="virtual/glibc
src_compile() {
local myconf=""
- if [ "`use xml`" ] && [ "`use xml2`" ] ; then
+ if use xml && use xml2 ; then
myconf="${myconf} --with-libxml2 --without-libxml1"
else
use xml \