mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
705 B
Diff
23 lines
705 B
Diff
From 577232ea355f40489d81c327a27f30a52c959bff Mon Sep 17 00:00:00 2001
|
|
From: Ronny Berndt <ronny@apache.org>
|
|
Date: Thu, 21 May 2026 19:55:05 +0200
|
|
Subject: [PATCH] dev: Allow OTP 29 compiler (#6009)
|
|
|
|
---
|
|
rebar.config.script | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/rebar.config.script b/rebar.config.script
|
|
index 3ebe61db4c..92c8e47c6a 100644
|
|
--- rebar.config.script
|
|
+++ rebar.config.script
|
|
@@ -194,7 +194,7 @@ end.
|
|
AddConfig = [
|
|
{cover_enabled, true},
|
|
{cover_print_enabled, true},
|
|
- {require_otp_vsn, "26|27|28"},
|
|
+ {require_otp_vsn, "26|27|28|29"},
|
|
{deps_dir, "src"},
|
|
{deps, lists:map(MakeDep, DepDescs ++ OptionalDeps)},
|
|
{sub_dirs, SubDirs},
|