summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-02-27 00:11:04 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-02-27 00:11:04 +0000
commitf41af37d4789e9fc6f7d6a842610187c1798cbf8 (patch)
treeb9506cc67db1635f8771585d9c962e16926e2791 /dev-lang
parentStop trying to install non-existant docs, respect user USE flags, strip some ... (diff)
downloadgentoo-2-f41af37d4789e9fc6f7d6a842610187c1798cbf8.tar.gz
gentoo-2-f41af37d4789e9fc6f7d6a842610187c1798cbf8.tar.bz2
gentoo-2-f41af37d4789e9fc6f7d6a842610187c1798cbf8.zip
Disable c++ conditionally.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/ChangeLog6
-rw-r--r--dev-lang/python/python-2.3.3-r2.ebuild3
-rw-r--r--dev-lang/python/python-2.3.4-r1.ebuild3
-rw-r--r--dev-lang/python/python-2.4-r2.ebuild3
4 files changed, 8 insertions, 7 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index 62d430c3d163..170bdc3da5b2 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.130 2005/02/17 18:19:40 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.131 2005/02/27 00:11:04 kloeri Exp $
+
+ 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:
+ Disable c++ conditionally.
*python-2.3.5 (17 Feb 2005)
diff --git a/dev-lang/python/python-2.3.3-r2.ebuild b/dev-lang/python/python-2.3.3-r2.ebuild
index 7b756efa80e6..645aa500a89d 100644
--- a/dev-lang/python/python-2.3.3-r2.ebuild
+++ b/dev-lang/python/python-2.3.3-r2.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.3-r2.ebuild,v 1.1 2005/02/07 04:28:20 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3-r2.ebuild,v 1.2 2005/02/27 00:11:04 kloeri Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -125,7 +125,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.3.4-r1.ebuild b/dev-lang/python/python-2.3.4-r1.ebuild
index 6f9e55eb5f6a..ad58559e3922 100644
--- a/dev-lang/python/python-2.3.4-r1.ebuild
+++ b/dev-lang/python/python-2.3.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.3.4-r1.ebuild,v 1.2 2005/02/09 11:19:04 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4-r1.ebuild,v 1.3 2005/02/27 00:11:04 kloeri Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -122,7 +122,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-r2.ebuild b/dev-lang/python/python-2.4-r2.ebuild
index 60e85de5d7fd..3b622385a1be 100644
--- a/dev-lang/python/python-2.4-r2.ebuild
+++ b/dev-lang/python/python-2.4-r2.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-r2.ebuild,v 1.1 2005/02/07 20:47:42 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4-r2.ebuild,v 1.2 2005/02/27 00:11:04 kloeri Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -128,7 +128,6 @@ src_compile() {
--infodir='${prefix}'/share/info \
--mandir='${prefix}'/share/man \
--with-threads \
- --with-cxx=no \
${myconf} || die
emake || die "Parallel make failed"
}