All erlang rebar based packages should be rebuilt after a subslot update of dev-lang/erlang.
Right now this is done in some ebuilds, but inconsistent. Given this affects all packages this should be reflected in the rebar.eclass, see also [1]. [1] https://bugs.gentoo.org/714702 Closes: https://bugs.gentoo.org/714702 Signed-off-by: Hanno Böck <ha...@gentoo.org> --- diff --git a/eclass/rebar.eclass b/eclass/rebar.eclass index f2a620fd8..92dd16b08 100644 --- a/eclass/rebar.eclass +++ b/eclass/rebar.eclass @@ -32,7 +32,7 @@ esac EXPORT_FUNCTIONS src_prepare src_compile src_test src_install -RDEPEND="dev-lang/erlang" +RDEPEND="dev-lang/erlang:=" DEPEND="${RDEPEND} dev-util/rebar >=sys-apps/gawk-4.1" -- Hanno Böck https://hboeck.de/