From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3ABA1584AD for ; Fri, 11 Apr 2025 18:18:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D97BA3437B4 for ; Fri, 11 Apr 2025 18:18:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C6EE01104B0; Fri, 11 Apr 2025 18:18:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BC85D1104B0 for ; Fri, 11 Apr 2025 18:18:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F0D33437BA for ; Fri, 11 Apr 2025 18:18:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C42E11EEA for ; Fri, 11 Apr 2025 18:18:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1744395493.34ed0e2fb93b8cafeca41de065cfdd4c627a1eda.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wxpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wxpython/wxpython-4.2.3.ebuild X-VCS-Directories: dev-python/wxpython/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 34ed0e2fb93b8cafeca41de065cfdd4c627a1eda X-VCS-Branch: master Date: Fri, 11 Apr 2025 18:18:16 +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: 6d78a54d-bde5-4b11-9956-00e36e1b5fed X-Archives-Hash: be71eeda84353694d9ceecc48252331e commit: 34ed0e2fb93b8cafeca41de065cfdd4c627a1eda Author: Michał Górny gentoo org> AuthorDate: Fri Apr 11 17:33:48 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 11 18:18:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ed0e2f dev-python/wxpython: Bump x11-libs/wxGTK dep Bump the x11-libs/wxGTK dependency and restore keywords, as this seems to fix the build failures I was seeing. Signed-off-by: Michał Górny gentoo.org> dev-python/wxpython/wxpython-4.2.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/wxpython/wxpython-4.2.3.ebuild b/dev-python/wxpython/wxpython-4.2.3.ebuild index 6a9c5d0cdec9..83789483cd5e 100644 --- a/dev-python/wxpython/wxpython-4.2.3.ebuild +++ b/dev-python/wxpython/wxpython-4.2.3.ebuild @@ -20,6 +20,7 @@ HOMEPAGE=" LICENSE="wxWinLL-3" SLOT="4.0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="test webkit" RESTRICT="!test? ( test )" @@ -27,7 +28,7 @@ RESTRICT="!test? ( test )" # optionally patched out because it's so huge, but other elements are not, # which makes us have to require all features from wxGTK DEPEND=" - >=x11-libs/wxGTK-3.2.6:${WX_GTK_VER}=[gstreamer,libnotify,opengl,sdl,tiff,webkit?,X] + >=x11-libs/wxGTK-3.2.7:${WX_GTK_VER}=[gstreamer,libnotify,opengl,sdl,tiff,webkit?,X] media-libs/libpng:= media-libs/tiff:= media-libs/libjpeg-turbo:=