From 681595552c78d1d8af5e80f48551dfc6b9e78f23 Mon Sep 17 00:00:00 2001 From: Daniel Ahlberg Date: Thu, 3 Oct 2002 15:31:37 +0000 Subject: Updated patch --- dev-lang/python/files/python-2.2.1-r5-gentoo.diff | 9 --------- 1 file changed, 9 deletions(-) (limited to 'dev-lang') diff --git a/dev-lang/python/files/python-2.2.1-r5-gentoo.diff b/dev-lang/python/files/python-2.2.1-r5-gentoo.diff index 13d74f626918..7dd90f72f209 100644 --- a/dev-lang/python/files/python-2.2.1-r5-gentoo.diff +++ b/dev-lang/python/files/python-2.2.1-r5-gentoo.diff @@ -84,15 +84,6 @@ retrieving revision 1.73.4.7 diff -u -r1.73.4.4 -r1.73.4.7 --- python/python/dist/src/setup.py 2002/03/26 13:43:04 1.73.4.4 +++ python/python/dist/src/setup.py 2002/08/08 19:52:42 1.73.4.7 -@@ -1,7 +1,7 @@ - # Autodetecting setup.py script for building the Python extensions - # - --__version__ = "$Revision: 1.1 $" -+__version__ = "$Revision: 1.1 $" - - import sys, os, getopt - from distutils import sysconfig @@ -273,8 +273,6 @@ exts.append( Extension('pwd', ['pwdmodule.c']) ) # grp(3) -- cgit v1.2.3-65-gdbad