commit:     71f45f5f30191b1a9f8185b0956ab7cd20e7d1a0
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 06:42:21 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 08:21:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f45f5f

dev-erlang/cache_tab: switch back to rebar eclass

The package uses rebar3 modules that rebar tries to download at compile
time, causing a network sandbox violation.

Closes: https://bugs.gentoo.org/936085
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/cache_tab/cache_tab-1.0.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/cache_tab/cache_tab-1.0.31.ebuild 
b/dev-erlang/cache_tab/cache_tab-1.0.31.ebuild
index dae0367232a0..ba48e7f3d529 100644
--- a/dev-erlang/cache_tab/cache_tab-1.0.31.ebuild
+++ b/dev-erlang/cache_tab/cache_tab-1.0.31.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit rebar3
+inherit rebar
 
 DESCRIPTION="In-memory cache Erlang and Elixir library"
 HOMEPAGE="https://github.com/processone/cache_tab";

Reply via email to