pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/pysolfc No more python15 incompatibility, as pyt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85377d10a05f
branches:  trunk
changeset: 550811:85377d10a05f
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Nov 29 21:17:20 2008 +0000

description:
No more python15 incompatibility, as python15 is gone.

diffstat:

 games/pysolfc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6259bfa44911 -r 85377d10a05f games/pysolfc/Makefile
--- a/games/pysolfc/Makefile    Sat Nov 29 19:30:33 2008 +0000
+++ b/games/pysolfc/Makefile    Sat Nov 29 21:17:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/16 07:12:03 snj Exp $
+# $NetBSD: Makefile,v 1.2 2008/11/29 21:17:20 snj Exp $
 
 DISTNAME=      PySolFC-1.1
 PKGNAME=       ${DISTNAME:tl}
@@ -12,7 +12,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-PYTHON_VERSIONS_INCOMPATIBLE=  15 21
+PYTHON_VERSIONS_INCOMPATIBLE=  21
 
 PYDISTUTILSPKG=        yes
 



Home | Main Index | Thread Index | Old Index