commit: 81bac13a1d73624f3fbff398ce4f7d6bc7cdd753 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Tue May 6 07:41:11 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Fri May 9 07:09:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bac13a
dev-libs/newt: remove obsolete custom-patched makefile var to set installdir During the most recent version bump, newt-0.52.21-python-sitedir.patch was dropped from PATCHES, because upstream stopped installing python code to --libdir. This represented an upstream fix for the problem the patch tried to solve. The downstream patch added a Makefile variable which was unset, and had to be passed as a `make` parameter. We still passed that variable in `emake` even though the patch which defined it stopped being applied. Drop the outdated parameter. Bug: https://pagure.io/newt/pull-request/26 Acked-by: Ben Kohler <bkohler <AT> gentoo.org> Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-libs/newt/newt-0.52.25.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/newt/newt-0.52.25.ebuild b/dev-libs/newt/newt-0.52.25.ebuild index 4575172a641e..a6855be8aa13 100644 --- a/dev-libs/newt/newt-0.52.25.ebuild +++ b/dev-libs/newt/newt-0.52.25.ebuild @@ -83,7 +83,6 @@ src_install() { installit() { emake \ DESTDIR="${D}" \ - PYTHON_SITEDIR="$(python_get_sitedir)" \ install python_optimize }
