pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python Remove 23 from PYTHON_VERSIONS_INCOMPATIBL...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e32c61724b90
branches: trunk
changeset: 488033:e32c61724b90
user: recht <recht%pkgsrc.org@localhost>
date: Mon Jan 24 08:04:41 2005 +0000
description:
Remove 23 from PYTHON_VERSIONS_INCOMPATIBLE in the Darwin case.
It builds and runs just fine.
diffstat:
lang/python/pyversion.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f0d600f72603 -r e32c61724b90 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk Mon Jan 24 08:00:40 2005 +0000
+++ b/lang/python/pyversion.mk Mon Jan 24 08:04:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.31 2005/01/23 20:41:46 recht Exp $
+# $NetBSD: pyversion.mk,v 1.32 2005/01/24 08:04:41 recht Exp $
.if !defined(PYTHON_PYVERSION_MK)
PYTHON_PYVERSION_MK= defined
@@ -7,7 +7,7 @@
PYTHON_VERSION_DEFAULT?= 23
.if ${OPSYS} == "Darwin"
-PYTHON_VERSIONS_INCOMPATIBLE+= 23 22 21 20 15
+PYTHON_VERSIONS_INCOMPATIBLE+= 22 21 20 15
.endif
PYTHON_VERSIONS_ACCEPTED?= 24 23 22 21 20
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default
Home |
Main Index |
Thread Index |
Old Index