Skip to content

Commit

Permalink
dev-scheme/gauche: add missing libcrypt dependency
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/803911
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jul 25, 2021
1 parent 27443c1 commit 7367a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ IUSE="ipv6 mbedtls test"
RESTRICT="!test? ( test )"

RDEPEND="sys-libs/gdbm
virtual/libcrypt:=
mbedtls? ( net-libs/mbedtls:= )"
DEPEND="${RDEPEND}
test? (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ IUSE="ipv6 mbedtls test"
RESTRICT="!test? ( test )"

RDEPEND="sys-libs/gdbm
virtual/libcrypt:=
mbedtls? ( net-libs/mbedtls:= )"
DEPEND="${RDEPEND}
test? (
Expand Down

0 comments on commit 7367a58

Please sign in to comment.