commit: 90a7c2f4ffef67f4e3bb00d8473557e19cd303bc Author: Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com> AuthorDate: Wed Sep 11 09:40:56 2024 +0000 Commit: Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> 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 <ivan.lloro.boada <AT> 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