pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/ibus-anthy ibus-anthy: limit to python 2.7...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e78c611e839
branches:  trunk
changeset: 372677:2e78c611e839
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 28 12:49:56 2022 +0000

description:
ibus-anthy: limit to python 2.7 to fix build

(ibus-python is already limited to python 2.7)

diffstat:

 inputmethod/ibus-anthy/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1714b9d9b1bd -r 2e78c611e839 inputmethod/ibus-anthy/Makefile
--- a/inputmethod/ibus-anthy/Makefile   Fri Jan 28 12:20:54 2022 +0000
+++ b/inputmethod/ibus-anthy/Makefile   Fri Jan 28 12:49:56 2022 +0000
@@ -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-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