summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-03-01 18:07:27 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-03-01 18:07:27 +0000
commit20a5a5957385bb42754c26ca768f547f4548caf6 (patch)
treec74f5f4cfa4278f0e38a29b694c590d098e39f4b /dev-lang/python/python-2.4-r1.ebuild
parentFix #83672. (diff)
downloadgentoo-2-20a5a5957385bb42754c26ca768f547f4548caf6.tar.gz
gentoo-2-20a5a5957385bb42754c26ca768f547f4548caf6.tar.bz2
gentoo-2-20a5a5957385bb42754c26ca768f547f4548caf6.zip
Fix conditional c++ support for remaining versions.
(Portage version: 2.0.51.18)
Diffstat (limited to 'dev-lang/python/python-2.4-r1.ebuild')
-rw-r--r--dev-lang/python/python-2.4-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.4-r1.ebuild b/dev-lang/python/python-2.4-r1.ebuild
index d4d21f89a44e..13464f220337 100644
--- a/dev-lang/python/python-2.4-r1.ebuild
+++ b/dev-lang/python/python-2.4-r1.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/python/python-2.4-r1.ebuild,v 1.1 2005/02/07 04:28:20 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4-r1.ebuild,v 1.2 2005/03/01 18:07:27 kloeri Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -120,7 +120,6 @@ src_compile() {
--infodir='${prefix}'/share/info \
--mandir='${prefix}'/share/man \
--with-threads \
- --with-cxx=no \
${myconf} || die
emake || die "Parallel make failed"
}