summaryrefslogtreecommitdiff
path: root/textproc/ruby-rexml
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-04-11 00:08:40 +0000
committertaca <taca@pkgsrc.org>2021-04-11 00:08:40 +0000
commit7f9a8c5871ceace63778f5376398453a60f16955 (patch)
tree9e469ec8e3254a71192db0258cb985f62fde9aa2 /textproc/ruby-rexml
parentc8f01f634c542225fd5eecab15cf1c10bdda9d22 (diff)
downloadpkgsrc-7f9a8c5871ceace63778f5376398453a60f16955.tar.gz
textproc/ruby-rexml: do not build on Ruby 3.0
Do not build on Ruby 3.0 since it contains the same version of rexml gem and conflicts with this package. Noted by private e-mail from wiz@, thank you!
Diffstat (limited to 'textproc/ruby-rexml')
-rw-r--r--textproc/ruby-rexml/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ruby-rexml/Makefile b/textproc/ruby-rexml/Makefile
index 98a0ca032f4..790760035e4 100644
--- a/textproc/ruby-rexml/Makefile
+++ b/textproc/ruby-rexml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/02/14 14:53:04 taca Exp $
+# $NetBSD: Makefile,v 1.13 2021/04/11 00:08:40 taca Exp $
DISTNAME= rexml-3.2.4
CATEGORIES= textproc
@@ -8,6 +8,9 @@ HOMEPAGE= https://github.com/ruby/rexml
COMMENT= XML toolkit for Ruby
LICENSE= 2-clause-bsd
+# Ruby 3.0 contain the same version of rexml.
+RUBY_VERSIONS_ACCEPTED= 26 27
+
USE_LANGUAGES= # empty
.include "../../lang/ruby/gem.mk"