summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-07-09 08:26:15 +0100
committerMatthew Smith <matthew@gentoo.org>2022-07-09 08:35:15 +0100
commit81aa6572673c7cc76239867162f9e73f5a1434d2 (patch)
tree9f1871395e25963f68a9e7969e125bd047483e44 /dev-util/rebar
parentprofiles/package.mask: mask rails 5.2 for removal (diff)
downloadgentoo-81aa6572673c7cc76239867162f9e73f5a1434d2.tar.gz
gentoo-81aa6572673c7cc76239867162f9e73f5a1434d2.tar.bz2
gentoo-81aa6572673c7cc76239867162f9e73f5a1434d2.zip
dev-util/rebar: add otp crypto application to depends
Closes: https://bugs.gentoo.org/856883 Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-util/rebar')
-rw-r--r--dev-util/rebar/rebar-3.18.0-r1.ebuild (renamed from dev-util/rebar/rebar-3.18.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/rebar/rebar-3.18.0.ebuild b/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}"