diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-03-13 12:40:53 +0900 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2022-03-18 13:32:57 -1000 |
commit | d9e2869004d09901a194a932d003fe3333eaf763 (patch) | |
tree | ed67e8a7d8963d3249b738bd82211ae54a74b2de | |
parent | graphics/darktable: update to 3.8.1 (diff) |
sysutils/mcollective: Mark BROKEN with Ruby 3.x
PR: 262517
With hat: puppet
-rw-r--r-- | sysutils/mcollective/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/mcollective/Makefile b/sysutils/mcollective/Makefile index 5f9464af970d..470ac0599877 100644 --- a/sysutils/mcollective/Makefile +++ b/sysutils/mcollective/Makefile @@ -11,6 +11,9 @@ COMMENT= Modern scalable datacenter orchestration framework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_RUBY30= yes +BROKEN_RUBY31= yes + RUN_DEPENDS= rubygem-stomp>=0:devel/rubygem-stomp USES= cpe shebangfix |