Summary: | sys-devel/make declares EAPI=7 but does not fully respect user patches | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexander Bezrukov <phmagic> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gentoo, phmagic, sam |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
The patch to fix make-4.3.ebuild in order to respect user patches.
The patch to fix make-4.3.ebuild in order to respect user patches. |
Description
Alexander Bezrukov
2021-08-21 15:43:59 UTC
Created attachment 734908 [details, diff]
The patch to fix make-4.3.ebuild in order to respect user patches.
A cosmetic change: removed src_prepare() altogether
Thanks. I'd include the gnulib patch but it's not clear which we need. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f57d1e86732ff5160de52e92584363cc0e256cb commit 2f57d1e86732ff5160de52e92584363cc0e256cb Author: Sam James <sam@gentoo.org> AuthorDate: 2022-04-29 06:08:10 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-04-29 06:12:46 +0000 sys-devel/make: rebase patch paths Allows patching gnulib. Closes: https://bugs.gentoo.org/809416 Signed-off-by: Sam James <sam@gentoo.org> sys-devel/make/files/make-3.82-darwin-library_search-dylib.patch | 4 ++-- sys-devel/make/files/make-4.2-default-cxx.patch | 6 ++---- sys-devel/make/make-4.3.ebuild | 6 ------ 3 files changed, 4 insertions(+), 12 deletions(-) (In reply to Sam James from comment #2) > Thanks. I'd include the gnulib patch but it's not clear which we need. The upsteam fix is available here: https://savannah.gnu.org/bugs/index.php?57962#comment4 |