diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-06-27 19:46:00 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-06-28 10:33:09 -0700 |
commit | 19ea10be450eac1c3c5af732b275b286e111cb7d (patch) | |
tree | 39385baa65def9d0db7ccdc417b5c47b2a84c983 /dev-util | |
parent | dev-util/perf: Use bash array for emake arguments (diff) | |
download | gentoo-19ea10be450eac1c3c5af732b275b286e111cb7d.tar.gz gentoo-19ea10be450eac1c3c5af732b275b286e111cb7d.tar.bz2 gentoo-19ea10be450eac1c3c5af732b275b286e111cb7d.zip |
dev-util/perf: Reformat RDEPEND
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/perf/perf-6.3-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-util/perf/perf-6.3-r1.ebuild b/dev-util/perf/perf-6.3-r1.ebuild index 86872cee5e40..f0bb18a0173b 100644 --- a/dev-util/perf/perf-6.3-r1.ebuild +++ b/dev-util/perf/perf-6.3-r1.ebuild @@ -53,13 +53,14 @@ BDEPEND=" ) " -RDEPEND="audit? ( sys-process/audit ) +RDEPEND=" + audit? ( sys-process/audit ) babeltrace? ( dev-util/babeltrace ) - crypt? ( virtual/libcrypt:= ) clang? ( sys-devel/clang:= sys-devel/llvm:= ) + crypt? ( virtual/libcrypt:= ) gtk? ( x11-libs/gtk+:2 ) java? ( virtual/jre:* ) libpfm? ( dev-libs/libpfm ) @@ -73,7 +74,8 @@ RDEPEND="audit? ( sys-process/audit ) zlib? ( sys-libs/zlib ) zstd? ( app-arch/zstd ) dev-libs/elfutils - sys-libs/binutils-libs:=" + sys-libs/binutils-libs:= +" DEPEND="${RDEPEND} >=sys-kernel/linux-headers-5.10 |