mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
mix.eclass: Add subslot on erlang
Closes: https://bugs.gentoo.org/909293 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -26,7 +26,10 @@ esac
|
||||
|
||||
EXPORT_FUNCTIONS src_prepare src_compile src_install
|
||||
|
||||
RDEPEND="dev-lang/elixir"
|
||||
RDEPEND="
|
||||
dev-lang/elixir
|
||||
dev-lang/erlang:=
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
# Erlang/Elixir software fails to build when another version with API
|
||||
|
||||
Reference in New Issue
Block a user