diff options
author | taca <taca@pkgsrc.org> | 2019-02-03 13:45:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-02-03 13:45:06 +0000 |
commit | d7d56544e89a5a60e17da6ed1949bd397a3444a2 (patch) | |
tree | 55caccbe265a5b6308bc29590e37ebc76b7923ad /misc | |
parent | 1515a88f56a06af3324e21d89415cb5a1ce058d0 (diff) | |
download | pkgsrc-d7d56544e89a5a60e17da6ed1949bd397a3444a2.tar.gz |
Allow Ruby 2.6 to build.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-ohai/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ruby-ohai/Makefile b/misc/ruby-ohai/Makefile index 711fba01f77..b74dfa35538 100644 --- a/misc/ruby-ohai/Makefile +++ b/misc/ruby-ohai/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2018/09/23 16:30:00 taca Exp $ +# $NetBSD: Makefile,v 1.24 2019/02/03 13:45:06 taca Exp $ DISTNAME= ohai-14.5.4 CATEGORIES= misc @@ -20,7 +20,7 @@ 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<15:../../sysutils/ruby-chef-config -RUBY_VERSIONS_ACCEPTED= 23 24 25 +RUBY_VERSIONS_ACCEPTED= 23 24 25 26 RUBYGEM_OPTIONS+= --format-executable |