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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99C59158074 for ; Sun, 22 Jun 2025 16:38:31 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 88A15341F8C for ; Sun, 22 Jun 2025 16:38:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AF498110545; Sun, 22 Jun 2025 16:38:06 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A9516110545 for ; Sun, 22 Jun 2025 16:38:06 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C922341EC4 for ; Sun, 22 Jun 2025 16:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 739D12A69 for ; Sun, 22 Jun 2025 16:38:04 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1750610270.3dfb0eb582c523c78aa3e96c17a911545c2f9a6e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk-layer-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/gtk-layer-shell/gtk-layer-shell-0.9.2.ebuild X-VCS-Directories: gui-libs/gtk-layer-shell/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3dfb0eb582c523c78aa3e96c17a911545c2f9a6e X-VCS-Branch: master Date: Sun, 22 Jun 2025 16:38:04 +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: 57cc8921-763d-4fdd-a15b-c0dc960a6aee X-Archives-Hash: 6779183f5e4faf82184b62bc08ac4895 commit: 3dfb0eb582c523c78aa3e96c17a911545c2f9a6e Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jun 22 16:37:50 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jun 22 16:37:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfb0eb5 gui-libs/gtk-layer-shell: Stabilize 0.9.2 ppc, #958824 Signed-off-by: Arthur Zamarin gentoo.org> gui-libs/gtk-layer-shell/gtk-layer-shell-0.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.9.2.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.9.2.ebuild index 0ad0036504dc..31773b6b059a 100644 --- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.9.2.ebuild +++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) VALA_USE_DEPEND="vapigen" inherit vala meson python-any-r1 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/wmww/${PN}" else SRC_URI="https://github.com/wmww/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol"