diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-11-16 21:32:52 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-11-16 21:32:52 +0100 |
commit | b1a99a37f395eb48b6020069421c0b61c411cf32 (patch) | |
tree | 6ca633e5bca3e8e49b799985105d2e5677e372fc /app-emulation | |
parent | dev-java/java-config: drop 2.3.2 (diff) | |
download | gentoo-b1a99a37f395eb48b6020069421c0b61c411cf32.tar.gz gentoo-b1a99a37f395eb48b6020069421c0b61c411cf32.tar.bz2 gentoo-b1a99a37f395eb48b6020069421c0b61c411cf32.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/pcem/pcem-17-r2.ebuild (renamed from app-emulation/pcem/pcem-17-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/pcem/pcem-17-r1.ebuild b/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" |