summaryrefslogtreecommitdiff
path: root/misc/ruby-ohai
diff options
context:
space:
mode:
authortaca <taca>2017-06-18 13:48:53 +0000
committertaca <taca>2017-06-18 13:48:53 +0000
commita35f2ec974553858447c0aeb71b5e3240013e700 (patch)
treebb2f34ee22aff13a3f052494edc6bc8dc435689f /misc/ruby-ohai
parenta113405c8242d4d1705d3e373ec086f543fa8cb8 (diff)
downloadpkgsrc-a35f2ec974553858447c0aeb71b5e3240013e700.tar.gz
Add 24 to RUBY_VERSIONS_ACCEPTED.
Diffstat (limited to 'misc/ruby-ohai')
-rw-r--r--misc/ruby-ohai/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ruby-ohai/Makefile b/misc/ruby-ohai/Makefile
index e4a3e1b3740..b5c32918b3e 100644
--- a/misc/ruby-ohai/Makefile
+++ b/misc/ruby-ohai/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/06/05 14:43:01 taca Exp $
+# $NetBSD: Makefile,v 1.19 2017/06/18 13:48:53 taca Exp $
DISTNAME= ohai-13.1.0
CATEGORIES= misc
@@ -20,6 +20,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-ipaddress>=0.8.0:../../net/ruby-ipaddress
DEPENDS+= ${RUBY_PKGPREFIX}-wmi-lite>=1.0<2:../../devel/ruby-wmi-lite
DEPENDS+= ${RUBY_PKGPREFIX}-chef-config<14:../../sysutils/ruby-chef-config
+RUBY_VERSIONS_ACCEPTED= 23 24
+
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"