commit: 042b7374c0c996125dc1195b2287a5de5be3826a
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 20 20:56:26 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Jul 21 16:39:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042b7374
x11-misc/lightdm: remove bogus sed, which doesn't need to go upstream
Truly, I cannot fathom the logic here. There is a pair of macros, one in
configure.ac that sets up yelp.m4 and one in help/Makefile.am that
expands Makefile rules to install yelp pages.
In gentoo-historical-2.git commit 046a5ee4ef0179a3d76cb1400170d941cc3494ba
I am told to accept that only the latter is "bogus". Why? Removing this
sed causes help pages to be installed. No explanation, empty threat of
"This needs to go upstream".
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
x11-misc/lightdm/lightdm-1.32.0-r5.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/x11-misc/lightdm/lightdm-1.32.0-r5.ebuild
b/x11-misc/lightdm/lightdm-1.32.0-r5.ebuild
index cf6439fdc25e..144405625616 100644
--- a/x11-misc/lightdm/lightdm-1.32.0-r5.ebuild
+++ b/x11-misc/lightdm/lightdm-1.32.0-r5.ebuild
@@ -85,8 +85,6 @@ src_prepare() {
default
- # Remove bogus Makefile statement. This needs to go upstream
- sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die
if has_version dev-libs/gobject-introspection; then
eautoreconf
else