summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-06-16 11:33:04 +0200
committerPacho Ramos <pacho@gentoo.org>2024-06-16 11:33:04 +0200
commit3856e543c476e40c22743461211b441f9a958578 (patch)
treed02ca83623266f5264cddee5ea907e4f974ce65b /games-engines
parentgames-emulation/vbam: add 2.1.9 (diff)
downloadgentoo-3856e543c476e40c22743461211b441f9a958578.tar.gz
gentoo-3856e543c476e40c22743461211b441f9a958578.tar.bz2
gentoo-3856e543c476e40c22743461211b441f9a958578.zip
games-engines/odamex: Add reference to odalaunch crashes bug
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/odamex/odamex-10.4.0-r3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games-engines/odamex/odamex-10.4.0-r3.ebuild b/games-engines/odamex/odamex-10.4.0-r3.ebuild
index 8b0fd3fd1b7b..2b88ef70989c 100644
--- a/games-engines/odamex/odamex-10.4.0-r3.ebuild
+++ b/games-engines/odamex/odamex-10.4.0-r3.ebuild
@@ -3,7 +3,9 @@
EAPI=8
-WX_GTK_VER="3.0-gtk3" # odalaunch crashes with 3.2. Check it before updating!
+# odalaunch crashes with 3.2. Check it before updating!
+# https://github.com/odamex/odamex/issues/879
+WX_GTK_VER="3.0-gtk3"
inherit cmake desktop prefix wxwidgets xdg
DESCRIPTION="Online multiplayer free software engine for DOOM"