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
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')
-rw-r--r--dev-lang/python/ChangeLog6
-rw-r--r--dev-lang/python/python-2.3.5.ebuild3
-rw-r--r--dev-lang/python/python-2.4-r1.ebuild3
3 files changed, 7 insertions, 5 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index 170bdc3da5b2..ee9075a03590 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/python
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.131 2005/02/27 00:11:04 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.132 2005/03/01 18:07:27 kloeri Exp $
+
+ 01 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> python-2.3.5.ebuild,
+ python-2.4-r1.ebuild:
+ Fix conditional c++ support for remaining versions.
27 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> python-2.3.3-r2.ebuild,
python-2.3.4-r1.ebuild, python-2.4-r2.ebuild:
diff --git a/dev-lang/python/python-2.3.5.ebuild b/dev-lang/python/python-2.3.5.ebuild
index fed0b2f015da..ce238e8f493f 100644
--- a/dev-lang/python/python-2.3.5.ebuild
+++ b/dev-lang/python/python-2.3.5.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.3.5.ebuild,v 1.1 2005/02/17 18:19:40 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5.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
@@ -119,7 +119,6 @@ src_compile() {
--infodir='${prefix}'/share/info \
--mandir='${prefix}'/share/man \
--with-threads \
- --with-cxx=no \
${myconf} || die
emake || die "Parallel make failed"
}
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"
}