From ce1e8ceb6b032cfd05cd2e5cce281e3a1a8a14f4 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 23 May 2023 14:53:54 -0400 Subject: [PATCH] Revert "games-puzzle/ltris: Fix a warning" This reverts commit 2eb052c813b7951c6a27124de10ea3f333cc9dc6. This is an informational message, and is not meant to be shoved under the rug by manually doing what the eclass is already doing (the motivation to add this to the eclass was to not have to do this in ebuilds in the first place). Signed-off-by: Ionen Wolkens --- games-puzzle/ltris/ltris-1.0.19-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/games-puzzle/ltris/ltris-1.0.19-r2.ebuild b/games-puzzle/ltris/ltris-1.0.19-r2.ebuild index 6ca3b384d2e9a..33bc89d9f495e 100644 --- a/games-puzzle/ltris/ltris-1.0.19-r2.ebuild +++ b/games-puzzle/ltris/ltris-1.0.19-r2.ebuild @@ -26,7 +26,6 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_prepare() { default - mv configure.in configure.ac || die AT_M4DIR=m4 eautoreconf append-cflags -std=gnu89 # build with gcc5 (bug #570966) }