summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-05-23 14:53:54 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-05-23 14:57:13 -0400
commitce1e8ceb6b032cfd05cd2e5cce281e3a1a8a14f4 (patch)
treedf75c95852734e827cea8249ff0c0ccd1edb4635
parentdev-util/maturin: drop 0.15.1, 0.15.2 (diff)
downloadgentoo-ce1e8ceb6b032cfd05cd2e5cce281e3a1a8a14f4.tar.gz
gentoo-ce1e8ceb6b032cfd05cd2e5cce281e3a1a8a14f4.tar.bz2
gentoo-ce1e8ceb6b032cfd05cd2e5cce281e3a1a8a14f4.zip
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 <ionen@gentoo.org>
-rw-r--r--games-puzzle/ltris/ltris-1.0.19-r2.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/games-puzzle/ltris/ltris-1.0.19-r2.ebuild b/games-puzzle/ltris/ltris-1.0.19-r2.ebuild
index 6ca3b384d2e9..33bc89d9f495 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)
}