diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-06-16 11:33:04 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-06-16 11:33:04 +0200 |
commit | 3856e543c476e40c22743461211b441f9a958578 (patch) | |
tree | d02ca83623266f5264cddee5ea907e4f974ce65b /games-engines | |
parent | games-emulation/vbam: add 2.1.9 (diff) | |
download | gentoo-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.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" |