summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-06 21:33:45 +0000
committerSam James <sam@gentoo.org>2021-02-06 21:33:45 +0000
commit80021431801184c01735b89a024b79f8de1f1c4a (patch)
tree1f164126385a088a1c264296e8510124b03cede9 /dev-util/perf
parentsci-libs/lapack: minor style change (diff)
downloadgentoo-80021431801184c01735b89a024b79f8de1f1c4a.tar.gz
gentoo-80021431801184c01735b89a024b79f8de1f1c4a.tar.bz2
gentoo-80021431801184c01735b89a024b79f8de1f1c4a.zip
dev-util/perf: move patchutils to BDEPEND
Closes: https://bugs.gentoo.org/731106 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/perf')
-rw-r--r--dev-util/perf/perf-5.9.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/perf/perf-5.9.9.ebuild b/dev-util/perf/perf-5.9.9.ebuild
index 4b9cf2265543..6fc372d7c680 100644
--- a/dev-util/perf/perf-5.9.9.ebuild
+++ b/dev-util/perf/perf-5.9.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -37,6 +37,7 @@ IUSE="audit clang crypt debug +demangle +doc gtk java libpfm lzma numa perl pyth
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
BDEPEND="
+ ${LINUX_PATCH+dev-util/patchutils}
sys-devel/bison
sys-devel/flex
doc? (
@@ -68,7 +69,6 @@ RDEPEND="audit? ( sys-process/audit )
DEPEND="${RDEPEND}
>=sys-kernel/linux-headers-4.19
- ${LINUX_PATCH+dev-util/patchutils}
java? ( virtual/jdk )
"