commit: 80021431801184c01735b89a024b79f8de1f1c4a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 6 21:33:45 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 6 21:33:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80021431
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 <AT> gentoo.org> dev-util/perf/perf-5.9.9.ebuild | 4 ++-- 1 file 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 4b9cf226554..6fc372d7c68 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 ) "
