commit: e56508f3b5ca997875ab81ace43b72f8d2983958 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Jun 28 02:52:04 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Jun 28 17:33:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56508f3
dev-util/perf: Fix dependency for USE=crypt perf links with libcrypto.so (from dev-libs/openssl), not libcrypt.so (from virtual/libcrypt). Closes: https://bugs.gentoo.org/909167 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-util/perf/perf-6.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/perf/perf-6.3-r1.ebuild b/dev-util/perf/perf-6.3-r1.ebuild index 5f4f5f9688c7..2aac8aa2ed75 100644 --- a/dev-util/perf/perf-6.3-r1.ebuild +++ b/dev-util/perf/perf-6.3-r1.ebuild @@ -61,7 +61,7 @@ RDEPEND=" sys-devel/clang:= sys-devel/llvm:= ) - crypt? ( virtual/libcrypt:= ) + crypt? ( dev-libs/openssl:= ) gtk? ( x11-libs/gtk+:2 ) java? ( virtual/jre:* ) libpfm? ( dev-libs/libpfm:= )
