commit: b1a99a37f395eb48b6020069421c0b61c411cf32 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Nov 16 20:32:52 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Nov 16 20:32:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a99a37
app-emulation/pcem: switch WX from 3.0-gtk3 to 3.2-gtk3 Closes: https://bugs.gentoo.org/917431 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-emulation/pcem/{pcem-17-r1.ebuild => pcem-17-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/pcem/pcem-17-r1.ebuild b/app-emulation/pcem/pcem-17-r2.ebuild similarity index 96% rename from app-emulation/pcem/pcem-17-r1.ebuild rename to app-emulation/pcem/pcem-17-r2.ebuild index 413ef572d024..47e17b588639 100644 --- a/app-emulation/pcem/pcem-17-r1.ebuild +++ b/app-emulation/pcem/pcem-17-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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 autotools desktop flag-o-matic wxwidgets DESCRIPTION="A PC emulator that specializes in running old operating systems and software"
