From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D48051382C5 for ; Sat, 6 Feb 2021 21:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13428E0858; Sat, 6 Feb 2021 21:33:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDF07E0858 for ; Sat, 6 Feb 2021 21:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD5963435E7 for ; Sat, 6 Feb 2021 21:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A7924BF for ; Sat, 6 Feb 2021 21:33:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612647225.80021431801184c01735b89a024b79f8de1f1c4a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/perf/perf-5.9.9.ebuild X-VCS-Directories: dev-util/perf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 80021431801184c01735b89a024b79f8de1f1c4a X-VCS-Branch: master Date: Sat, 6 Feb 2021 21:33:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 039a46f8-0abd-451c-8bf6-cbe27be0c391 X-Archives-Hash: 317168fc642f6c2dbb2f4799fc632232 commit: 80021431801184c01735b89a024b79f8de1f1c4a Author: Sam James gentoo org> AuthorDate: Sat Feb 6 21:33:45 2021 +0000 Commit: Sam James gentoo 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 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 ) "