diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-09-17 23:02:16 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-17 23:40:48 +0200 |
commit | c31cd291b2dbb3ad5137cd9f4eba5812c84df977 (patch) | |
tree | 037d149a974beeebcab04fdf9364f1af785d3543 /games-fps | |
parent | www-apps/readarr: drop 0.3.4.2207 (diff) | |
download | gentoo-c31cd291b2dbb3ad5137cd9f4eba5812c84df977.tar.gz gentoo-c31cd291b2dbb3ad5137cd9f4eba5812c84df977.tar.bz2 gentoo-c31cd291b2dbb3ad5137cd9f4eba5812c84df977.zip |
games-fps/eduke32: fix typo
Closes: https://bugs.gentoo.org/914245
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/eduke32/eduke32-20230826.10364.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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) |