diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-03 15:31:37 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-03 15:31:37 +0000 |
commit | 548888143748374794c826be4192447565f35e6c (patch) | |
tree | 675aa02d38b16ee0608e9aa68d6639568c3657b2 /dev-lang | |
parent | Version bump for wmcpuload and added missing ChangeLogs... (diff) | |
download | historical-548888143748374794c826be4192447565f35e6c.tar.gz historical-548888143748374794c826be4192447565f35e6c.tar.bz2 historical-548888143748374794c826be4192447565f35e6c.zip |
Updated patch
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/files/python-2.2.1-r5-gentoo.diff | 9 |
1 files changed, 0 insertions, 9 deletions
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) |