diff options
Diffstat (limited to 'games-engines/odamex')
-rw-r--r-- | games-engines/odamex/odamex-10.4.0-r3.ebuild | 4 |
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" |