pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/ibus-anthy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 28 12:49:56 UTC 2022

Modified Files:
        pkgsrc/inputmethod/ibus-anthy: Makefile

Log Message:
ibus-anthy: limit to python 2.7 to fix build

(ibus-python is already limited to python 2.7)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/inputmethod/ibus-anthy/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/ibus-anthy/Makefile
diff -u pkgsrc/inputmethod/ibus-anthy/Makefile:1.25 pkgsrc/inputmethod/ibus-anthy/Makefile:1.26
--- pkgsrc/inputmethod/ibus-anthy/Makefile:1.25 Wed Dec  8 16:05:13 2021
+++ pkgsrc/inputmethod/ibus-anthy/Makefile      Fri Jan 28 12:49:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2021/12/08 16:05:13 adam Exp $
+# $NetBSD: Makefile,v 1.26 2022/01/28 12:49:56 wiz Exp $
 
 DISTNAME=      ibus-anthy-1.5.6
 PKGREVISION=   4
@@ -26,6 +26,8 @@ CONFIGURE_ARGS+=      --with-kasumi-icon=${LO
 CONFIGURE_ARGS+=       --with-layout=default
 #CONFIGURE_ARGS+=      --enable-pygtk2-anthy
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=          glib2>=2.26.0
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index