summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-10-18 08:42:21 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-10-18 10:21:22 +0200
commit71f45f5f30191b1a9f8185b0956ab7cd20e7d1a0 (patch)
tree01c3e82681268d62ae46ce057c9cd29d4a9ca018 /dev-erlang/cache_tab
parentdev-ruby/actiontext: add 6.1.7.9 (diff)
downloadgentoo-71f45f5f30191b1a9f8185b0956ab7cd20e7d1a0.tar.gz
gentoo-71f45f5f30191b1a9f8185b0956ab7cd20e7d1a0.tar.bz2
gentoo-71f45f5f30191b1a9f8185b0956ab7cd20e7d1a0.zip
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@gentoo.org>
Diffstat (limited to 'dev-erlang/cache_tab')
-rw-r--r--dev-erlang/cache_tab/cache_tab-1.0.31.ebuild2
1 files changed, 1 insertions, 1 deletions
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"