pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/libime
Module Name: pkgsrc
Committed By: wiz
Date: Mon Dec 25 18:01:48 UTC 2023
Modified Files:
pkgsrc/inputmethod/libime: Makefile
Log Message:
libime: forbid some more Python versions that won't work
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/libime/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/inputmethod/libime/Makefile
diff -u pkgsrc/inputmethod/libime/Makefile:1.14 pkgsrc/inputmethod/libime/Makefile:1.15
--- pkgsrc/inputmethod/libime/Makefile:1.14 Thu Aug 17 14:45:17 2023
+++ pkgsrc/inputmethod/libime/Makefile Mon Dec 25 18:01:48 2023
@@ -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.or
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}
Home |
Main Index |
Thread Index |
Old Index