diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-06-27 19:52:04 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-06-28 10:33:09 -0700 |
commit | e56508f3b5ca997875ab81ace43b72f8d2983958 (patch) | |
tree | c8a76f88c2987ab9ba41fd63b57cea2b7e42aba5 /dev-util/perf | |
parent | dev-util/perf: Add IUSE=caps (diff) | |
download | gentoo-e56508f3b5ca997875ab81ace43b72f8d2983958.tar.gz gentoo-e56508f3b5ca997875ab81ace43b72f8d2983958.tar.bz2 gentoo-e56508f3b5ca997875ab81ace43b72f8d2983958.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/perf')
-rw-r--r-- | dev-util/perf/perf-6.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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:= ) |