diff options
author | 2010-05-10 18:42:16 +0000 | |
---|---|---|
committer | 2010-05-10 18:42:16 +0000 | |
commit | a5b78e854916bc6cc64366b42f70fbfa07be58a1 (patch) | |
tree | 8df4411e57a88c206e0e9e8b16d3473ba1d9306e /dev-lang/python/python-2.4.6.ebuild | |
parent | Stable release bump (diff) | |
download | historical-a5b78e854916bc6cc64366b42f70fbfa07be58a1.tar.gz historical-a5b78e854916bc6cc64366b42f70fbfa07be58a1.tar.bz2 historical-a5b78e854916bc6cc64366b42f70fbfa07be58a1.zip |
pyexpat module uses internal copy of expat.
Diffstat (limited to 'dev-lang/python/python-2.4.6.ebuild')
-rw-r--r-- | dev-lang/python/python-2.4.6.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-lang/python/python-2.4.6.ebuild b/dev-lang/python/python-2.4.6.ebuild index 6eafab158125..9be5e3e99efe 100644 --- a/dev-lang/python/python-2.4.6.ebuild +++ b/dev-lang/python/python-2.4.6.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.4.6.ebuild,v 1.33 2010/05/02 16:41:19 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.34 2010/05/10 18:42:16 arfrever Exp $ EAPI="1" @@ -39,8 +39,8 @@ RDEPEND=">=app-admin/eselect-python-20091230 ) ssl? ( dev-libs/openssl ) tk? ( >=dev-lang/tk-8.0 ) - xml? ( dev-libs/expat ) )" +# xml? ( dev-libs/expat ) DEPEND="${RDEPEND}" RDEPEND+=" !build? ( app-misc/mime-types )" PDEPEND="app-admin/python-updater" @@ -59,9 +59,6 @@ src_unpack() { unpack ${A} cd "${S}" - # Ensure that internal copy of expat is not used. - rm -fr Modules/expat - if tc-is-cross-compiler; then epatch "${FILESDIR}/python-2.4.4-test-cross.patch" else |