diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-10-27 14:47:18 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-10-27 14:47:18 +0000 |
commit | 4eaf205032707a9a54a1cc93d77b7bc1153f0504 (patch) | |
tree | 3e454cb4366384c06254f80963ace7c74863dba0 /dev-lang/python | |
parent | dont try to be too clever with TEXMFSYSVAR, it should not be modified, instal... (diff) | |
download | gentoo-2-4eaf205032707a9a54a1cc93d77b7bc1153f0504.tar.gz gentoo-2-4eaf205032707a9a54a1cc93d77b7bc1153f0504.tar.bz2 gentoo-2-4eaf205032707a9a54a1cc93d77b7bc1153f0504.zip |
removed unneeded epatch line
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-2.5.1-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.5.1-r3.ebuild b/dev-lang/python/python-2.5.1-r3.ebuild index 534af9259fd2..9957aa3885f0 100644 --- a/dev-lang/python/python-2.5.1-r3.ebuild +++ b/dev-lang/python/python-2.5.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild,v 1.1 2007/10/24 21:39:42 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild,v 1.2 2007/10/27 14:47:18 hawking Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -61,7 +61,6 @@ src_unpack() { unpack ${A} cd "${S}" - #epatch "${FILESDIR}/python-2.5.CVE-2007-4965-int-overflow.patch" if tc-is-cross-compiler ; then [[ $(python -V 2>&1) != "Python ${PV}" ]] && \ die "Crosscompiling requires the same host and build versions." |