rebar.eclass: rebuild on erlang updates with := dep

Closes: https://bugs.gentoo.org/714702
Signed-off-by: Hanno Böck <hanno@gentoo.org>
This commit is contained in:
Hanno Böck
2020-04-27 09:30:05 +02:00
parent 6b02b66a83
commit 9f7c08c43d

View File

@@ -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"