diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-06-27 20:35:36 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-06-28 10:33:09 -0700 |
commit | 6ddce39ddcc806fc9f16c146c66ac84aeb9f07cf (patch) | |
tree | bb1977fbeebeb1ad2e3d624cb341267c167d88ff /dev-util/perf | |
parent | dev-util/perf: Subscribe to subslot of dev-libs/libpfm (diff) | |
download | gentoo-6ddce39ddcc806fc9f16c146c66ac84aeb9f07cf.tar.gz gentoo-6ddce39ddcc806fc9f16c146c66ac84aeb9f07cf.tar.bz2 gentoo-6ddce39ddcc806fc9f16c146c66ac84aeb9f07cf.zip |
dev-util/perf: Subscribe to subslot of sys-libs/libunwind
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 76a11d855ebd..b40e0ec1fdcc 100644 --- a/dev-util/perf/perf-6.3-r1.ebuild +++ b/dev-util/perf/perf-6.3-r1.ebuild @@ -70,7 +70,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} ) slang? ( sys-libs/slang ) systemtap? ( dev-util/systemtap ) - unwind? ( sys-libs/libunwind ) + unwind? ( sys-libs/libunwind:= ) zlib? ( sys-libs/zlib ) zstd? ( app-arch/zstd:= ) dev-libs/elfutils |