summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-01-16 14:29:29 +0000
committertaca <taca@pkgsrc.org>2022-01-16 14:29:29 +0000
commit9cc7b85b39329af9fc9e42db3f4bc1da75686af6 (patch)
tree3512aae19c2ba76200561ca7d14a8a021c829f7e /textproc
parentdf497c99a03010c7cbc96578a0409fcb211fc103 (diff)
downloadpkgsrc-9cc7b85b39329af9fc9e42db3f4bc1da75686af6.tar.gz
Thease packages dose not support Ruby 3.1.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-oniguruma/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-oniguruma/Makefile b/textproc/ruby-oniguruma/Makefile
index 830736a7276..49520de215b 100644
--- a/textproc/ruby-oniguruma/Makefile
+++ b/textproc/ruby-oniguruma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/02/14 15:09:30 taca Exp $
+# $NetBSD: Makefile,v 1.12 2022/01/16 14:29:29 taca Exp $
DISTNAME= oniguruma-1.1.0
PKGREVISION= 3
@@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Fast regular expression library
LICENSE= modified-bsd
-RUBY_VERSIONS_INCOMPATIBLE= 30
+RUBY_VERSIONS_INCOMPATIBLE= 30 31
USE_GCC_RUNTIME= yes