pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-qt3-base Remove PYTHON_VERSIONS_ACCEPTED line w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33dc627f479b
branches:  trunk
changeset: 396310:33dc627f479b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 22 09:19:37 2009 +0000

description:
Remove PYTHON_VERSIONS_ACCEPTED line which was intended to limit
to 2.3+ but was now disallowing 2.6.

diffstat:

 x11/py-qt3-base/Makefile.common |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 2ad7cba9fd66 -r 33dc627f479b x11/py-qt3-base/Makefile.common
--- a/x11/py-qt3-base/Makefile.common   Wed Jul 22 09:14:15 2009 +0000
+++ b/x11/py-qt3-base/Makefile.common   Wed Jul 22 09:19:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2009/06/17 07:11:03 hasso Exp $
+# $NetBSD: Makefile.common,v 1.13 2009/07/22 09:19:37 wiz Exp $
 #
 # used by x11/py-qt3-base/Makefile
 # used by x11/py-qt3-modules/Makefile
@@ -15,8 +15,6 @@
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.riverbankcomputing.com/software/pyqt/intro
 
-PYTHON_VERSIONS_ACCEPTED=      25 24 23
-
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index