summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Faulkner <jay@jvf.cc>2021-10-14 21:43:50 -0700
committerSam James <sam@gentoo.org>2021-10-20 01:10:24 +0000
commit03820a4c8bea239c7c4b67b9dbbb1b382f154009 (patch)
treeb280bedcc7c10b3fe66d1097653092614faf5ae4 /lxde-base
parentmedia-gfx/sane-backends: bump to 1.0.32 (diff)
downloadgentoo-03820a4c8bea239c7c4b67b9dbbb1b382f154009.tar.gz
gentoo-03820a4c8bea239c7c4b67b9dbbb1b382f154009.tar.bz2
gentoo-03820a4c8bea239c7c4b67b9dbbb1b382f154009.zip
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 <jay@jvf.cc> Closes: https://github.com/gentoo/gentoo/pull/22582 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxde-base')
-rw-r--r--lxde-base/lxterminal/lxterminal-0.4.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/lxde-base/lxterminal/lxterminal-0.4.0.ebuild b/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
index ac2acb53b0ea..14c03d4a6cf0 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
}