Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/
Date: Sat, 06 Feb 2021 21:33:55
Message-Id: 1612647225.80021431801184c01735b89a024b79f8de1f1c4a.sam@gentoo
1 commit: 80021431801184c01735b89a024b79f8de1f1c4a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 21:33:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 21:33:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80021431
7
8 dev-util/perf: move patchutils to BDEPEND
9
10 Closes: https://bugs.gentoo.org/731106
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-util/perf/perf-5.9.9.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/perf/perf-5.9.9.ebuild b/dev-util/perf/perf-5.9.9.ebuild
18 index 4b9cf226554..6fc372d7c68 100644
19 --- a/dev-util/perf/perf-5.9.9.ebuild
20 +++ b/dev-util/perf/perf-5.9.9.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -37,6 +37,7 @@ IUSE="audit clang crypt debug +demangle +doc gtk java libpfm lzma numa perl pyth
28 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
29
30 BDEPEND="
31 + ${LINUX_PATCH+dev-util/patchutils}
32 sys-devel/bison
33 sys-devel/flex
34 doc? (
35 @@ -68,7 +69,6 @@ RDEPEND="audit? ( sys-process/audit )
36
37 DEPEND="${RDEPEND}
38 >=sys-kernel/linux-headers-4.19
39 - ${LINUX_PATCH+dev-util/patchutils}
40 java? ( virtual/jdk )
41 "