commit: c31cd291b2dbb3ad5137cd9f4eba5812c84df977 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Sep 17 21:02:16 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Sep 17 21:40:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31cd291
games-fps/eduke32: fix typo Closes: https://bugs.gentoo.org/914245 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> games-fps/eduke32/eduke32-20230826.10364.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/eduke32/eduke32-20230826.10364.ebuild b/games-fps/eduke32/eduke32-20230826.10364.ebuild index 6ba5145aa6f4..ae52591f3f38 100644 --- a/games-fps/eduke32/eduke32-20230826.10364.ebuild +++ b/games-fps/eduke32/eduke32-20230826.10364.ebuild @@ -139,7 +139,7 @@ src_compile() { SDL_TARGET=2 SIMPLE_MENU=0 STRIP="" - TANDALONE=0 + STANDALONE=0 STARTUP_WINDOW=$(usex gtk 1 0) USE_OPENGL=$(usex opengl 1 0) USE_LIBVPX=$(usex vpx 1 0)
