commit: 81aa6572673c7cc76239867162f9e73f5a1434d2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sat Jul 9 07:26:15 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sat Jul 9 07:35:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81aa6572
dev-util/rebar: add otp crypto application to depends Closes: https://bugs.gentoo.org/856883 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> dev-util/rebar/{rebar-3.18.0.ebuild => rebar-3.18.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rebar/rebar-3.18.0.ebuild b/dev-util/rebar/rebar-3.18.0-r1.ebuild similarity index 99% rename from dev-util/rebar/rebar-3.18.0.ebuild rename to dev-util/rebar/rebar-3.18.0-r1.ebuild index 7aef643d13c2..06e277d964b5 100644 --- a/dev-util/rebar/rebar-3.18.0.ebuild +++ b/dev-util/rebar/rebar-3.18.0-r1.ebuild @@ -33,7 +33,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - dev-lang/erlang + dev-lang/erlang[ssl] !dev-util/rebar-bin " DEPEND="${RDEPEND}"
