commit: 1124a7c8003ab7a89448842698c834a3a6154600 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 18 23:06:08 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 18 23:18:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1124a7c8
sys-fs/lde: fix build with autoconf 2.71 Revbump required because the failure wasn't actually "fatal" with autoconf 2.71 (it'd install a botched set of files). Closes: https://bugs.gentoo.org/776862 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/lde/{lde-2.6.1-r1.ebuild => lde-2.6.1-r2.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys-fs/lde/lde-2.6.1-r1.ebuild b/sys-fs/lde/lde-2.6.1-r2.ebuild similarity index 84% rename from sys-fs/lde/lde-2.6.1-r1.ebuild rename to sys-fs/lde/lde-2.6.1-r2.ebuild index ed69cd92632..c0b1f458410 100644 --- a/sys-fs/lde/lde-2.6.1-r1.ebuild +++ b/sys-fs/lde/lde-2.6.1-r2.ebuild @@ -36,7 +36,13 @@ RESTRICT="test" src_prepare() { default + # Remove prebuilt lde binary (so that failures to compile are fatal!) + # bug #776862 + rm lde || die + cd macros || die + # bug #775968 again + touch ar-lib install-sh || die mv configure.{in,ac} || die eautoreconf }
