diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-04-18 18:55:20 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-04-18 18:55:20 +0200 |
commit | 2a52ce00f4f2be7e623f89cba01799f75e8fed9a (patch) | |
tree | 2b65e9a4f02a30ca5f673a1be7a0d5d55ddf08cd /games-emulation | |
parent | dev-lang/cxprolog: migrate to wxGTK 3.2 (diff) | |
download | gentoo-2a52ce00f4f2be7e623f89cba01799f75e8fed9a.tar.gz gentoo-2a52ce00f4f2be7e623f89cba01799f75e8fed9a.tar.bz2 gentoo-2a52ce00f4f2be7e623f89cba01799f75e8fed9a.zip |
games-emulation/vbam: support wxGTK 3.2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/vbam/vbam-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/vbam/vbam-9999.ebuild b/games-emulation/vbam/vbam-9999.ebuild index e5c66f3e0817..cae4118aaf8e 100644 --- a/games-emulation/vbam/vbam-9999.ebuild +++ b/games-emulation/vbam/vbam-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -WX_GTK_VER="3.0-gtk3" +WX_GTK_VER="3.2-gtk3" inherit wxwidgets xdg cmake if [[ ${PV} == 9999 ]]; then |