summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-12-08 13:08:06 +0000
committertaca <taca@pkgsrc.org>2022-12-08 13:08:06 +0000
commit98600a36c7d2b0aeea11ca6eb97187b6a132d5aa (patch)
tree4bd8d5563fdf3b9654a8b1891efb7870995f8660
parent7b23a7083e4237fef197b473122698efb52e7171 (diff)
downloadpkgsrc-98600a36c7d2b0aeea11ca6eb97187b6a132d5aa.tar.gz
sysutils/ruby-chef: stop buliding with ruby27
chef require Ruby 3.0.3 and later.
-rw-r--r--sysutils/ruby-chef/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/ruby-chef/Makefile b/sysutils/ruby-chef/Makefile
index 4c03896334e..37c06decdb1 100644
--- a/sysutils/ruby-chef/Makefile
+++ b/sysutils/ruby-chef/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2022/12/04 15:20:03 taca Exp $
+# $NetBSD: Makefile,v 1.33 2022/12/08 13:08:06 taca Exp $
DISTNAME= chef-18.0.185
CATEGORIES= sysutils
@@ -44,6 +44,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-vault>=0.16<1:../../security/ruby-vault
USE_LANGUAGES= # none
+RUBY_VERSIONS_ACCEPTED= 30 31
+
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"