diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-18 12:33:22 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-18 12:33:22 +0000 |
commit | 4b088ffbeb469d4dba3444bc04b437de01d77d67 (patch) | |
tree | 5aff5a10a43d8edd8cc26b7b08073c9493c2c924 /dev-python/pyxml/pyxml-0.8.3.ebuild | |
parent | moving from dev-python/Cheetah to dev-python/cheetah (diff) | |
download | historical-4b088ffbeb469d4dba3444bc04b437de01d77d67.tar.gz historical-4b088ffbeb469d4dba3444bc04b437de01d77d67.tar.bz2 historical-4b088ffbeb469d4dba3444bc04b437de01d77d67.zip |
fix 4suite renaming
Diffstat (limited to 'dev-python/pyxml/pyxml-0.8.3.ebuild')
-rw-r--r-- | dev-python/pyxml/pyxml-0.8.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyxml/pyxml-0.8.3.ebuild b/dev-python/pyxml/pyxml-0.8.3.ebuild index 12fd68654bfe..dc3e54fc767b 100644 --- a/dev-python/pyxml/pyxml-0.8.3.ebuild +++ b/dev-python/pyxml/pyxml-0.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.3.ebuild,v 1.4 2003/12/17 05:05:53 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.3.ebuild,v 1.5 2004/01/18 12:33:22 liquidx Exp $ inherit distutils @@ -24,7 +24,7 @@ src_compile() { # if you want to use 4Suite, then their XSLT/XPATH is # better according to the docs - if has_version "dev-python/4Suite"; then + if has_version "dev-python/4suite"; then myconf="--without-xslt --without-xpath" fi |