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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BD4D1580FD for ; Sat, 21 Dec 2024 02:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CEEBE0827; Sat, 21 Dec 2024 02:46:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 275BEE0829 for ; Sat, 21 Dec 2024 02:46:16 +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 F0FBD33BF29 for ; Sat, 21 Dec 2024 02:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F08CE1AB5 for ; Sat, 21 Dec 2024 02:46:12 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1734749167.ffc6daa5561dc7177df3a370d7df23d788a67bae.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/wayland/wayland-1.23.1.ebuild X-VCS-Directories: dev-libs/wayland/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ffc6daa5561dc7177df3a370d7df23d788a67bae X-VCS-Branch: master Date: Sat, 21 Dec 2024 02:46:12 +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: dbb2e689-74f3-468a-ac6c-953f506538d5 X-Archives-Hash: ab725370bc55b1deb0803a2baecd102b commit: ffc6daa5561dc7177df3a370d7df23d788a67bae Author: Matt Turner gentoo org> AuthorDate: Sat Dec 21 02:45:51 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Dec 21 02:46:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc6daa5 dev-libs/wayland: Stabilize 1.23.1 sparc, #941734 Signed-off-by: Matt Turner gentoo.org> dev-libs/wayland/wayland-1.23.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/wayland/wayland-1.23.1.ebuild b/dev-libs/wayland/wayland-1.23.1.ebuild index e18ba4124cb8..fbf198b88a3e 100644 --- a/dev-libs/wayland/wayland-1.23.1.ebuild +++ b/dev-libs/wayland/wayland-1.23.1.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi inherit meson-multilib