commit: 9f7c08c43d1d5ea5bb54e45db3d6f5800d9cf544 Author: Hanno Böck <hanno <AT> gentoo <DOT> org> AuthorDate: Mon Apr 27 07:30:05 2020 +0000 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org> CommitDate: Mon Apr 27 07:30:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7c08c4
rebar.eclass: rebuild on erlang updates with := dep Closes: https://bugs.gentoo.org/714702 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org> eclass/rebar.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/rebar.eclass b/eclass/rebar.eclass index f2a620fd897..92dd16b08fb 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"
