devel/ruby-test-unit: not compatible with ruby31
Avoid building this package with Ruby 3.1 now since Ruby 3.1.1 contains the same version of test-unit and cause conclicts. Noted by wiz@.
This commit is contained in:
parent
9d17046574
commit
2ecd470ad5
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.47 2021/12/20 13:49:36 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.48 2022/03/27 14:34:35 taca Exp $
|
||||
|
||||
DISTNAME= test-unit-3.5.3
|
||||
CATEGORIES= devel
|
||||
|
@ -10,5 +10,8 @@ LICENSE= ruby-license
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
# Ruby 3.1.1 contains conflicting the same version
|
||||
RUBY_VERSIONS_ACCEPTED= 26 27 30
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue