From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1363170-garchives=archives.gentoo.org@lists.gentoo.org> 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 00323158087 for <garchives@archives.gentoo.org>; Mon, 31 Jan 2022 03:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F10322BC007; Mon, 31 Jan 2022 03:55:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BC8F2BC007 for <gentoo-commits@lists.gentoo.org>; Mon, 31 Jan 2022 03:55:30 +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 DF960342B96 for <gentoo-commits@lists.gentoo.org>; Mon, 31 Jan 2022 03:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45E5028E for <gentoo-commits@lists.gentoo.org>; Mon, 31 Jan 2022 03:55:27 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1643601304.076ef56968d2da2bbcd9d24ae238d3e04d418818.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gef/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gef/gef-2021.10-r1.ebuild dev-util/gef/gef-2022.01.ebuild dev-util/gef/gef-9999.ebuild X-VCS-Directories: dev-util/gef/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 076ef56968d2da2bbcd9d24ae238d3e04d418818 X-VCS-Branch: master Date: Mon, 31 Jan 2022 03:55:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5563e488-efba-4a15-9674-305113567c35 X-Archives-Hash: e90293abb39637ee2518962290d4cbe0 commit: 076ef56968d2da2bbcd9d24ae238d3e04d418818 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 31 03:55:04 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 31 03:55:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076ef569 dev-util/gef: fix stripping pylint Been doing too much distutils-r1! Bug: https://bugs.gentoo.org/832410 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/gef/gef-2021.10-r1.ebuild | 6 +++--- dev-util/gef/gef-2022.01.ebuild | 6 +++--- dev-util/gef/gef-9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-util/gef/gef-2021.10-r1.ebuild b/dev-util/gef/gef-2021.10-r1.ebuild index 1591c4b14506..42103522b0c2 100644 --- a/dev-util/gef/gef-2021.10-r1.ebuild +++ b/dev-util/gef/gef-2021.10-r1.ebuild @@ -44,10 +44,10 @@ BDEPEND="doc? ( dev-python/mkdocs ) ') )" -python_prepare_all() { - sed -i -e '/pylint/d' requirements.txt || die +src_prepare() { + default - distutils-r1_python_prepare_all + sed -i -e '/pylint/d' requirements.txt || die } src_compile() { diff --git a/dev-util/gef/gef-2022.01.ebuild b/dev-util/gef/gef-2022.01.ebuild index 18a8151cb090..e29ca85b5b66 100644 --- a/dev-util/gef/gef-2022.01.ebuild +++ b/dev-util/gef/gef-2022.01.ebuild @@ -44,10 +44,10 @@ BDEPEND="doc? ( dev-python/mkdocs ) ') )" -python_prepare_all() { - sed -i -e '/pylint/d' requirements.txt || die +src_prepare() { + default - distutils-r1_python_prepare_all + sed -i -e '/pylint/d' requirements.txt || die } src_compile() { diff --git a/dev-util/gef/gef-9999.ebuild b/dev-util/gef/gef-9999.ebuild index 18a8151cb090..e29ca85b5b66 100644 --- a/dev-util/gef/gef-9999.ebuild +++ b/dev-util/gef/gef-9999.ebuild @@ -44,10 +44,10 @@ BDEPEND="doc? ( dev-python/mkdocs ) ') )" -python_prepare_all() { - sed -i -e '/pylint/d' requirements.txt || die +src_prepare() { + default - distutils-r1_python_prepare_all + sed -i -e '/pylint/d' requirements.txt || die } src_compile() {