summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-06-27 19:46:00 -0700
committerMatt Turner <mattst88@gentoo.org>2023-06-28 10:33:09 -0700
commit19ea10be450eac1c3c5af732b275b286e111cb7d (patch)
tree39385baa65def9d0db7ccdc417b5c47b2a84c983 /dev-util
parentdev-util/perf: Use bash array for emake arguments (diff)
downloadgentoo-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.ebuild8
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