diff options
author | taca <taca@pkgsrc.org> | 2022-01-16 14:29:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-01-16 14:29:29 +0000 |
commit | 9cc7b85b39329af9fc9e42db3f4bc1da75686af6 (patch) | |
tree | 3512aae19c2ba76200561ca7d14a8a021c829f7e /math | |
parent | df497c99a03010c7cbc96578a0409fcb211fc103 (diff) | |
download | pkgsrc-9cc7b85b39329af9fc9e42db3f4bc1da75686af6.tar.gz |
Thease packages dose not support Ruby 3.1.
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-gsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index b7a8e5ebaca..54fa34068b6 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2021/06/01 09:12:26 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2022/01/16 14:29:29 taca Exp $ DISTNAME= gsl-2.1.0.3 PKGREVISION= 1 @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 # OR later USE_GCC_RUNTIME= yes -RUBY_VERSIONS_INCOMPATIBLE= 30 +RUBY_VERSIONS_INCOMPATIBLE= 30 31 .include "../../lang/ruby/gem.mk" .include "../../math/gsl/buildlink3.mk" |