summaryrefslogtreecommitdiff
path: root/sysutils/ruby-chef
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-04-01 14:10:53 +0000
committertaca <taca@pkgsrc.org>2021-04-01 14:10:53 +0000
commit5353678456ed5f9508210fb7e799fca434f429de (patch)
tree68dd53736642b061f0daeb64d7089269a0d7b486 /sysutils/ruby-chef
parentaf952f212df6a890f5b6d9430215948cedf23e59 (diff)
downloadpkgsrc-5353678456ed5f9508210fb7e799fca434f429de.tar.gz
Remove ruby25 related code fragments.
Diffstat (limited to 'sysutils/ruby-chef')
-rw-r--r--sysutils/ruby-chef/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/ruby-chef/Makefile b/sysutils/ruby-chef/Makefile
index a8581073754..7429e334e6f 100644
--- a/sysutils/ruby-chef/Makefile
+++ b/sysutils/ruby-chef/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2021/03/21 13:28:35 taca Exp $
+# $NetBSD: Makefile,v 1.23 2021/04/01 14:10:53 taca Exp $
DISTNAME= chef-16.11.7
CATEGORIES= sysutils
@@ -50,8 +50,6 @@ USE_LANGUAGES= # none
OVERRIDE_GEMSPEC+= uuidtools>=2.1.5
RUBYGEM_OPTIONS+= --format-executable
-RUBY_VERSIONS_INCOMPATIBLE= 25 # ruby-chef-zero
-
pre-configure:
cd ${WRKSRC}/bin && ${FIND} . -type f -exec ${CHMOD} ${BINMODE} {} \;