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 | 681595552c78d1d8af5e80f48551dfc6b9e78f23 (patch) | |
tree | 05f676428a875ac6010cf0282990a0f44d34cbf8 | |
parent | Version bump for wmcpuload and added missing ChangeLogs... (diff) | |
download | gentoo-2-681595552c78d1d8af5e80f48551dfc6b9e78f23.tar.gz gentoo-2-681595552c78d1d8af5e80f48551dfc6b9e78f23.tar.bz2 gentoo-2-681595552c78d1d8af5e80f48551dfc6b9e78f23.zip |
Updated patch
-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) |