diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-01 22:25:51 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-01 22:25:51 +0000 |
commit | f6f8c90e317218d1f4076247a27cb0d42e82f52f (patch) | |
tree | 53ae972127ba47e10c1353aa722a5c4680eec052 /dev-lang | |
parent | version bump (diff) | |
download | gentoo-2-f6f8c90e317218d1f4076247a27cb0d42e82f52f.tar.gz gentoo-2-f6f8c90e317218d1f4076247a27cb0d42e82f52f.tar.bz2 gentoo-2-f6f8c90e317218d1f4076247a27cb0d42e82f52f.zip |
Fix AttributeError: UnixCCompiler instance has no attribute 'compiler_cxx_so'
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-2.6.5-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-3.1.2-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/python/python-2.6.5-r2.ebuild b/dev-lang/python/python-2.6.5-r2.ebuild index 30951ede2059..08dc622ab816 100644 --- a/dev-lang/python/python-2.6.5-r2.ebuild +++ b/dev-lang/python/python-2.6.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild,v 1.1 2010/05/01 21:54:38 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild,v 1.2 2010/05/01 22:25:51 arfrever Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit autotools eutils flag-o-matic multilib pax-utils python toolchain-funcs MY_P="Python-${PV}" S="${WORKDIR}/${MY_P}" -PATCHSET_REVISION="3" +PATCHSET_REVISION="4" DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language." HOMEPAGE="http://www.python.org/" diff --git a/dev-lang/python/python-3.1.2-r3.ebuild b/dev-lang/python/python-3.1.2-r3.ebuild index 929df0908f62..0ff22b475bb0 100644 --- a/dev-lang/python/python-3.1.2-r3.ebuild +++ b/dev-lang/python/python-3.1.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v 1.1 2010/05/01 21:54:38 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v 1.2 2010/05/01 22:25:51 arfrever Exp $ EAPI="3" @@ -9,7 +9,7 @@ inherit autotools eutils flag-o-matic multilib pax-utils python toolchain-funcs MY_P="Python-${PV}" S="${WORKDIR}/${MY_P}" -PATCHSET_REVISION="4" +PATCHSET_REVISION="5" DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language." HOMEPAGE="http://www.python.org/" |