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 CCD5A158083 for ; Wed, 11 Sep 2024 13:08:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB1B5E29C3; Wed, 11 Sep 2024 13:08:45 +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 C9B61E29C3 for ; Wed, 11 Sep 2024 13:08:45 +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 AB8AA342F9C for ; Wed, 11 Sep 2024 13:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAA0614D0 for ; Wed, 11 Sep 2024 13:08:42 +0000 (UTC) From: "Ivan Lloro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" Message-ID: <1726060101.90a7c2f4ffef67f4e3bb00d8473557e19cd303bc.ivan.lloro.boada@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jpype/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/jpype/jpype-1.5.0.ebuild X-VCS-Directories: dev-python/jpype/ X-VCS-Committer: ivan.lloro.boada X-VCS-Committer-Name: Ivan Lloro X-VCS-Revision: 90a7c2f4ffef67f4e3bb00d8473557e19cd303bc X-VCS-Branch: dev Date: Wed, 11 Sep 2024 13:08:42 +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: fa8fa48e-540f-4bda-ae64-8a480bad5472 X-Archives-Hash: e6776930b43c4df037f6df05be9ed37e commit: 90a7c2f4ffef67f4e3bb00d8473557e19cd303bc Author: Ivan Lloro gmail com> AuthorDate: Wed Sep 11 09:40:56 2024 +0000 Commit: Ivan Lloro gmail com> CommitDate: Wed Sep 11 13:08:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90a7c2f4 dev-python/jpype: Remove obsolete workaround to distutils-r1.eclass former blocking QA check Bug: https://bugs.gentoo.org/937642 Signed-off-by: Ivan Lloro gmail.com> dev-python/jpype/jpype-1.5.0.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dev-python/jpype/jpype-1.5.0.ebuild b/dev-python/jpype/jpype-1.5.0.ebuild index a7ecaa06a..2f6768ca8 100644 --- a/dev-python/jpype/jpype-1.5.0.ebuild +++ b/dev-python/jpype/jpype-1.5.0.ebuild @@ -19,13 +19,6 @@ KEYWORDS="~amd64" RDEPEND="virtual/jdk" -# WORKAROUND: Overload function to nullify blocking QA check. -# To be deleted after resolution of -# https://bugs.gentoo.org/937642 -_distutils-r1_post_python_install() { - local keep -} - src_prepare() { sed -i "s/'-g0', //g;s/, '-O2'//g" "${S}"/setupext/platform.py || die default