summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-07 03:30:58 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-07 03:30:58 +0000
commit47a2d19b90eb2ea532461c851047cf3105c60dab (patch)
tree8513163f59f24d431f6069f32eb394ff8da37351 /dev-lang/python/python-2.3.4.ebuild
parentsync with xmess ebuild (Manifest recommit) (diff)
downloadgentoo-2-47a2d19b90eb2ea532461c851047cf3105c60dab.tar.gz
gentoo-2-47a2d19b90eb2ea532461c851047cf3105c60dab.tar.bz2
gentoo-2-47a2d19b90eb2ea532461c851047cf3105c60dab.zip
Fix use invocation
Diffstat (limited to 'dev-lang/python/python-2.3.4.ebuild')
-rw-r--r--dev-lang/python/python-2.3.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.3.4.ebuild b/dev-lang/python/python-2.3.4.ebuild
index 9c816c8efa81..f1a391c558ad 100644
--- a/dev-lang/python/python-2.3.4.ebuild
+++ b/dev-lang/python/python-2.3.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/dev-lang/python/python-2.3.4.ebuild,v 1.1 2004/06/04 19:34:11 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4.ebuild,v 1.2 2004/06/07 03:26:15 agriffis Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -63,7 +63,7 @@ src_unpack() {
src_configure() {
# disable extraneous modules with extra dependencies
- if [ -n "`use build`" ]; then
+ if use build; then
export PYTHON_DISABLE_MODULES="readline pyexpat dbm gdbm bsddb _curses _curses_panel _tkinter"
export PYTHON_DISABLE_SSL=1
else