]> git.pld-linux.org Git - packages/Zope.git/blob - Zope-python24.patch
39d8e03ef9893491ef41cc20490107ce32e0133a
[packages/Zope.git] / Zope-python24.patch
1 --- Zope-2.7.3-0/configure.orig 2004-12-23 11:57:58.812776192 +0000
2 +++ Zope-2.7.3-0/configure      2004-12-23 11:58:14.666366080 +0000
3 @@ -12,17 +12,17 @@
4  
5  # Place the optimal target version number for Zope (as returned by sys.version)
6  # below
7 -TARGET="2.3.4"
8 +TARGET="2.4"
9  
10  # Order a list of "acceptable" python version numbers (as returned by
11  # sys.version) below in "best" to "worst" order, not including the
12  # target version.  Up to six acceptable python versions are allowed.
13  # Do not include the target version number in this list!
14 -ACCEPTABLE="2.3.3"
15 +ACCEPTABLE="2.3.4 2.3.3"
16  
17  # provide the executable names for all the acceptable versions
18  # (and the target version) below
19 -EXENAMES="python python2 python2.3"
20 +EXENAMES="python python2 python2.4 python2.3"
21  
22  #####################################################################
23  #                    END EDITABLE PARAMETERS                        #
This page took 0.045759 seconds and 2 git commands to generate.