summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-03-21 23:51:40 +0000
committerjoerg <joerg@pkgsrc.org>2020-03-21 23:51:40 +0000
commit9d467b15bf3c5498d071987541c6b868d57fe11b (patch)
tree7178cff95f242180e80ce11196be33204c5755d7 /textproc
parentf063e5f8a74392e7d6993c6f5ed0b6a3b54d2634 (diff)
downloadpkgsrc-9d467b15bf3c5498d071987541c6b868d57fe11b.tar.gz
Restrict some more rails packages to Ruby 2.5+
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-actiontext60/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-actiontext60/Makefile b/textproc/ruby-actiontext60/Makefile
index b7884924f98..317d84fd514 100644
--- a/textproc/ruby-actiontext60/Makefile
+++ b/textproc/ruby-actiontext60/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/20 17:11:39 taca Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/21 23:51:40 joerg Exp $
DISTNAME= actiontext-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-actiontext${RUBY_RAILS}-${RAILS_VERSION}
@@ -17,6 +17,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.8.5:../../textproc/ruby-nokogiri
USE_LANGUAGES= # none
+RUBY_VERSIONS_INCOMPATIBLE= 24
RUBY_RAILS_ACCEPTED= 60
RUBY_RAILS_STRICT_DEP= yes