From 98600a36c7d2b0aeea11ca6eb97187b6a132d5aa Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 8 Dec 2022 13:08:06 +0000 Subject: sysutils/ruby-chef: stop buliding with ruby27 chef require Ruby 3.0.3 and later. --- sysutils/ruby-chef/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3