diff options
author | taca <taca@pkgsrc.org> | 2015-03-08 14:21:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-08 14:21:45 +0000 |
commit | ed7592bebd463aa3d6a2a92281e825aa57ac49ee (patch) | |
tree | 5fb378aa1a6ee18d6688d60b456788431f1d8eb0 /lang | |
parent | 0036cb51acd2f500221bb8ac51791c8b977c22fc (diff) | |
download | pkgsrc-ed7592bebd463aa3d6a2a92281e825aa57ac49ee.tar.gz |
Remove "18" from RUBY_VERSION_SUPPORTED.
It cause support for ruby18 unless explictly specified by
RUBY_VERSION_SUPPORTED in packages' Makefile.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/rubyversion.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index ab7409ad02e..385cf927214 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.132 2015/02/20 15:43:10 riastradh Exp $ +# $NetBSD: rubyversion.mk,v 1.133 2015/03/08 14:21:45 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -42,7 +42,7 @@ # The Ruby versions that are acceptable for the package. # # Possible values: 18 193 200 21 -# Default: 200 193 18 21 +# Default: 200 193 21 # # RUBY_NOVERSION # If "Yes", the package dosen't depend on any version of Ruby, such @@ -255,7 +255,7 @@ RUBY_RDOC_PKGSRC_VERS= 4.2.0 # RUBY_VERSION_DEFAULT?= 200 -RUBY_VERSION_SUPPORTED?= 200 193 18 21 # 22 +RUBY_VERSION_SUPPORTED?= 200 193 21 # 22 .if defined(RUBY_VERSION_REQD) . for rv in ${RUBY_VERSION_SUPPORTED} |