From 064942b297feba7dd7d78b5878190f93dafe4eaa Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 25 Dec 2023 18:01:48 +0000 Subject: [PATCH] libime: forbid some more Python versions that won't work --- inputmethod/libime/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inputmethod/libime/Makefile b/inputmethod/libime/Makefile index 07bf45185617..f23a80e3f216 100644 --- a/inputmethod/libime/Makefile +++ b/inputmethod/libime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2023/08/17 14:45:17 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2023/12/25 18:01:48 wiz Exp $ DISTNAME= libime-1.0.4 PKGREVISION= 8 @@ -29,8 +29,9 @@ SITES.${f}= https://download.fcitx-im.org/data/ USE_CMAKE= yes USE_LANGUAGES= c c++ +PYTHON_VERSIONS_INCOMPATIBLE+= 27 # possibly fixed in 1.0.17? -PYTHON_VERSIONS_INCOMPATIBLE+= 311 +PYTHON_VERSIONS_INCOMPATIBLE+= 311 312 post-extract: .for f in ${DICTDISTFILES}