diff options
author | 2023-06-27 19:52:38 -0700 | |
---|---|---|
committer | 2023-06-28 10:33:09 -0700 | |
commit | a9ab53f6998addb211fb7140f76078e6343d43f8 (patch) | |
tree | 205bbad560d275008754090f845a6a84a7e58e9d /dev-util | |
parent | dev-util/perf: Reformat RDEPEND (diff) | |
download | gentoo-a9ab53f6998addb211fb7140f76078e6343d43f8.tar.gz gentoo-a9ab53f6998addb211fb7140f76078e6343d43f8.tar.bz2 gentoo-a9ab53f6998addb211fb7140f76078e6343d43f8.zip |
dev-util/perf: Subscribe to subslot of app-arch/zstd
Bug: https://bugs.gentoo.org/909167
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util')
-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 f0bb18a0173b..2e0460ebb4e8 100644 --- a/dev-util/perf/perf-6.3-r1.ebuild +++ b/dev-util/perf/perf-6.3-r1.ebuild @@ -72,7 +72,7 @@ RDEPEND=" systemtap? ( dev-util/systemtap ) unwind? ( sys-libs/libunwind ) zlib? ( sys-libs/zlib ) - zstd? ( app-arch/zstd ) + zstd? ( app-arch/zstd:= ) dev-libs/elfutils sys-libs/binutils-libs:= " |