diff options
author | Matt Jolly <Matt.Jolly@footclan.ninja> | 2023-09-25 11:05:11 +1000 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-09-25 10:06:21 +0200 |
commit | 9787899f6701fb7054c0455445e0c120f90073b8 (patch) | |
tree | 62800adcd69352e40a280ad87b1780ec4edd4621 /sci-misc | |
parent | dev-python/httpbin: Stabilize 0.10.1 x86, #914608 (diff) | |
download | gentoo-9787899f6701fb7054c0455445e0c120f90073b8.tar.gz gentoo-9787899f6701fb7054c0455445e0c120f90073b8.tar.bz2 gentoo-9787899f6701fb7054c0455445e0c120f90073b8.zip |
sci-misc/boinc: update wxGTK dependency for live
See: https://github.com/BOINC/boinc/commit/ac988fd70844b25a1782a66a0e460b85f63d46e8
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/33045
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/boinc/boinc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-misc/boinc/boinc-9999.ebuild b/sci-misc/boinc/boinc-9999.ebuild index 50cb69b384db..72f1e1e3e30e 100644 --- a/sci-misc/boinc/boinc-9999.ebuild +++ b/sci-misc/boinc/boinc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 # For live ebuilds this should be set to the latest available patch in ${FILESDIR} # It does not need to reflect the actual internal version reported by BOINC unless that patch is broken. MY_PV=7.18 -WX_GTK_VER=3.0-gtk3 +WX_GTK_VER=3.2-gtk3 inherit autotools desktop flag-o-matic linux-info optfeature wxwidgets xdg-utils |