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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA33A15ACFB for ; Tue, 11 Apr 2023 02:44:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26951E0849; Tue, 11 Apr 2023 02:44:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07B7CE0849 for ; Tue, 11 Apr 2023 02:44:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E613A340DAC for ; Tue, 11 Apr 2023 02:44:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46ACE9F7 for ; Tue, 11 Apr 2023 02:44:54 +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: <1681181082.da3b75e6e0ebc97ff9bc926756aee926fa44d328.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.19-r1.ebuild dev-util/perf/perf-5.19.ebuild dev-util/perf/perf-6.0-r1.ebuild dev-util/perf/perf-6.0.ebuild dev-util/perf/perf-6.2-r1.ebuild dev-util/perf/perf-6.2.ebuild X-VCS-Directories: dev-util/perf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: da3b75e6e0ebc97ff9bc926756aee926fa44d328 X-VCS-Branch: master Date: Tue, 11 Apr 2023 02:44:54 +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: e18a1d8e-3752-4386-a4f1-ae2ef0fc863a X-Archives-Hash: 9fd35fe758eba76beea8ccd22f5aa611 commit: da3b75e6e0ebc97ff9bc926756aee926fa44d328 Author: Sam James gentoo org> AuthorDate: Tue Apr 11 02:44:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 11 02:44:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3b75e6 dev-util/perf: BDEPEND on setuptools It's always needed in util/*, even for USE=-python. Closes: https://bugs.gentoo.org/879161 Signed-off-by: Sam James gentoo.org> dev-util/perf/{perf-5.19.ebuild => perf-5.19-r1.ebuild} | 4 +++- dev-util/perf/{perf-6.0.ebuild => perf-6.0-r1.ebuild} | 4 +++- dev-util/perf/{perf-6.2.ebuild => perf-6.2-r1.ebuild} | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-util/perf/perf-5.19.ebuild b/dev-util/perf/perf-5.19-r1.ebuild similarity index 98% rename from dev-util/perf/perf-5.19.ebuild rename to dev-util/perf/perf-5.19-r1.ebuild index 129012be23f9..ea6fd7e11d61 100644 --- a/dev-util/perf/perf-5.19.ebuild +++ b/dev-util/perf/perf-5.19-r1.ebuild @@ -37,8 +37,11 @@ IUSE="audit babeltrace clang crypt debug +doc gtk java libpfm lzma numa perl pyt REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# setuptools (and Python) are always needed even if not building Python bindings BDEPEND=" ${LINUX_PATCH+dev-util/patchutils} + ${PYTHON_DEPS} + dev-python/setuptools[${PYTHON_USEDEP}] sys-devel/bison sys-devel/flex virtual/pkgconfig @@ -48,7 +51,6 @@ BDEPEND=" app-text/xmlto sys-process/time ) - ${PYTHON_DEPS} " RDEPEND="audit? ( sys-process/audit ) diff --git a/dev-util/perf/perf-6.0.ebuild b/dev-util/perf/perf-6.0-r1.ebuild similarity index 98% rename from dev-util/perf/perf-6.0.ebuild rename to dev-util/perf/perf-6.0-r1.ebuild index 611ca8224448..be9dbc82a5f9 100644 --- a/dev-util/perf/perf-6.0.ebuild +++ b/dev-util/perf/perf-6.0-r1.ebuild @@ -36,8 +36,11 @@ IUSE="audit babeltrace clang crypt debug +doc gtk java libpfm lzma numa perl pyt REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# setuptools (and Python) are always needed even if not building Python bindings BDEPEND=" ${LINUX_PATCH+dev-util/patchutils} + ${PYTHON_DEPS} + dev-python/setuptools[${PYTHON_USEDEP}] sys-devel/bison sys-devel/flex virtual/pkgconfig @@ -47,7 +50,6 @@ BDEPEND=" app-text/xmlto sys-process/time ) - ${PYTHON_DEPS} " RDEPEND="audit? ( sys-process/audit ) diff --git a/dev-util/perf/perf-6.2.ebuild b/dev-util/perf/perf-6.2-r1.ebuild similarity index 98% rename from dev-util/perf/perf-6.2.ebuild rename to dev-util/perf/perf-6.2-r1.ebuild index c9df3f9793cf..8dc6385d598e 100644 --- a/dev-util/perf/perf-6.2.ebuild +++ b/dev-util/perf/perf-6.2-r1.ebuild @@ -36,8 +36,11 @@ IUSE="audit babeltrace clang crypt debug +doc gtk java libpfm lzma numa perl pyt REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# setuptools (and Python) are always needed even if not building Python bindings BDEPEND=" ${LINUX_PATCH+dev-util/patchutils} + ${PYTHON_DEPS} + dev-python/setuptools[${PYTHON_USEDEP}] sys-devel/bison sys-devel/flex virtual/pkgconfig @@ -47,7 +50,6 @@ BDEPEND=" app-text/xmlto sys-process/time ) - ${PYTHON_DEPS} " RDEPEND="audit? ( sys-process/audit )