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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AA81159C9B for ; Thu, 1 Aug 2024 13:07:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D27FE2AAF; Thu, 1 Aug 2024 13:07:50 +0000 (UTC) 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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E87FE2AAF for ; Thu, 1 Aug 2024 13:07:50 +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 8B3B0340806 for ; Thu, 1 Aug 2024 13:07:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 173461E97 for ; Thu, 1 Aug 2024 13:07:47 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1722517664.ae4ecd8e5063437532b1e10df5288279495bd565.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/cartridges/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/cartridges/cartridges-9999.ebuild X-VCS-Directories: games-util/cartridges/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: ae4ecd8e5063437532b1e10df5288279495bd565 X-VCS-Branch: master Date: Thu, 1 Aug 2024 13:07:47 +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: 1750a5be-44c4-4071-a4af-33e065a65c89 X-Archives-Hash: 780b323774596f688a802304f051c372 commit: ae4ecd8e5063437532b1e10df5288279495bd565 Author: Maciej Barć gentoo org> AuthorDate: Thu Aug 1 12:01:17 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Aug 1 13:07:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4ecd8e games-util/cartridges: sync live 9999 version Signed-off-by: Maciej Barć gentoo.org> games-util/cartridges/cartridges-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-util/cartridges/cartridges-9999.ebuild b/games-util/cartridges/cartridges-9999.ebuild index b3d64b8e0edb..b5d046bbe404 100644 --- a/games-util/cartridges/cartridges-9999.ebuild +++ b/games-util/cartridges/cartridges-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit gnome2-utils python-single-r1 meson xdg @@ -28,8 +28,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - >=gui-libs/libadwaita-1.5.1:1[introspection] - gui-libs/gtk:4[introspection] + >=gui-libs/gtk-4.14.4:4[introspection] + >=gui-libs/libadwaita-1.5.2:1[introspection] $(python_gen_cond_dep ' dev-python/pillow[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}]