]> git.pld-linux.org Git - packages/Zope.git/blame - Zope-python24.patch
- removed patch (include in Zope 2.7.4)
[packages/Zope.git] / Zope-python24.patch
CommitLineData
10baa4e1 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.08129 seconds and 4 git commands to generate.