summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-18 22:26:35 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-18 22:26:35 +0000
commit202af0001a1cfb182356ea1772e8cd92a579a3ea (patch)
tree0b223c249fdbc2b16c1032401dd49d556ce920c0 /dev-lang/swig/swig-1.3.27.ebuild
parentStable on alpha, bug 109087. (diff)
downloadgentoo-2-202af0001a1cfb182356ea1772e8cd92a579a3ea.tar.gz
gentoo-2-202af0001a1cfb182356ea1772e8cd92a579a3ea.tar.bz2
gentoo-2-202af0001a1cfb182356ea1772e8cd92a579a3ea.zip
fix the python with options
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'dev-lang/swig/swig-1.3.27.ebuild')
-rw-r--r--dev-lang/swig/swig-1.3.27.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/swig/swig-1.3.27.ebuild b/dev-lang/swig/swig-1.3.27.ebuild
index 500ab50ac736..5b2ebc0c17fb 100644
--- a/dev-lang/swig/swig-1.3.27.ebuild
+++ b/dev-lang/swig/swig-1.3.27.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.27.ebuild,v 1.1 2005/10/18 04:04:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.27.ebuild,v 1.2 2005/10/18 22:26:35 vapier Exp $
inherit flag-o-matic mono eutils #48511
@@ -49,7 +49,7 @@ src_compile() {
econf \
$(use_with X x) \
$(use_with tcltk tcl) \
- $(use_with python) \
+ $(use_with python python python) \
$(use_with perl perl5 /usr/bin/perl) \
$(use_with java java "${JAVA_HOME}") \
$(use_with java javaincl "${JAVA_HOME}/include") \