diff options
author | wiz <wiz> | 2011-08-22 12:21:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-08-22 12:21:56 +0000 |
commit | efab7a2a0b730aab40a96678bd92d03f3d9b5c01 (patch) | |
tree | 8c4ca9519edff77797cbf4c062b08f1d24ffd85d /inputmethod/ibus-el | |
parent | b2c8fcd5143521ad41647170581d050f918d7472 (diff) | |
download | pkgsrc-efab7a2a0b730aab40a96678bd92d03f3d9b5c01.tar.gz |
Mark as not-for python 24 and 25 (due to py-Xlib).
Diffstat (limited to 'inputmethod/ibus-el')
-rw-r--r-- | inputmethod/ibus-el/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ibus-el/Makefile b/inputmethod/ibus-el/Makefile index dbdb3419e3b..a7caf3f92b4 100644 --- a/inputmethod/ibus-el/Makefile +++ b/inputmethod/ibus-el/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/02/25 09:47:24 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2011/08/22 12:21:56 wiz Exp $ # DISTNAME= ibus-el-0.2.1 @@ -18,7 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none EMACS_VERSIONS_ACCEPTED= emacs22 emacs23 emacs24 -PYTHON_VERSIONS_ACCEPTED= 27 26 25 +PYTHON_VERSIONS_INCOMPATIBLE= 24 25 REPLACE_PYTHON= ibus-el-agent # then execute directly |