From 03820a4c8bea239c7c4b67b9dbbb1b382f154009 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Thu, 14 Oct 2021 21:43:50 -0700 Subject: [PATCH] lxde-base/lxterminal: fix maintainer mode / automake mismatch Per the instructions in the QA project wiki page, I removed the aclocal.m4 file from the upstream package during the build phase. That resulted in a successful compilation of the package. Closes: https://bugs.gentoo.org/818211 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jay Faulkner Closes: https://github.com/gentoo/gentoo/pull/22582 Signed-off-by: Sam James --- lxde-base/lxterminal/lxterminal-0.4.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lxde-base/lxterminal/lxterminal-0.4.0.ebuild b/lxde-base/lxterminal/lxterminal-0.4.0.ebuild index ac2acb53b0eae..14c03d4a6cf03 100644 --- a/lxde-base/lxterminal/lxterminal-0.4.0.ebuild +++ b/lxde-base/lxterminal/lxterminal-0.4.0.ebuild @@ -31,6 +31,9 @@ BDEPEND=" src_prepare() { xdg_src_prepare + # Avoid maintainer mode, bug #818211 + rm aclocal.m4 || die + eautoreconf }