diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-27 00:11:04 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-27 00:11:04 +0000 |
commit | f41af37d4789e9fc6f7d6a842610187c1798cbf8 (patch) | |
tree | b9506cc67db1635f8771585d9c962e16926e2791 /dev-lang/python/python-2.4-r2.ebuild | |
parent | Stop trying to install non-existant docs, respect user USE flags, strip some ... (diff) | |
download | gentoo-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/python/python-2.4-r2.ebuild')
-rw-r--r-- | dev-lang/python/python-2.4-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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" } |