From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74092158089 for ; Mon, 25 Sep 2023 08:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C517E2BC028; Mon, 25 Sep 2023 08:06:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABB642BC028 for ; Mon, 25 Sep 2023 08:06:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D0A0335C56 for ; Mon, 25 Sep 2023 08:06:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31B721188 for ; Mon, 25 Sep 2023 08:06:29 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1695629181.9787899f6701fb7054c0455445e0c120f90073b8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/boinc/boinc-9999.ebuild X-VCS-Directories: sci-misc/boinc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9787899f6701fb7054c0455445e0c120f90073b8 X-VCS-Branch: master Date: Mon, 25 Sep 2023 08:06:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 82013e5a-1fbd-47cb-8c90-d1a2c7d1b5ec X-Archives-Hash: dc75341cbf82838cbdb1c9e12d86bf68 commit: 9787899f6701fb7054c0455445e0c120f90073b8 Author: Matt Jolly footclan ninja> AuthorDate: Mon Sep 25 01:05:11 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 25 08:06:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9787899f sci-misc/boinc: update wxGTK dependency for live See: https://github.com/BOINC/boinc/commit/ac988fd70844b25a1782a66a0e460b85f63d46e8 Signed-off-by: Matt Jolly footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/33045 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-misc/boinc/boinc-9999.ebuild | 4 ++-- 1 file 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