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 EDEDC158B20 for ; Fri, 07 Feb 2025 21:16:46 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DA0E9343060 for ; Fri, 07 Feb 2025 21:16:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D8BA7110483; Fri, 07 Feb 2025 21:16:12 +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 bobolink.gentoo.org (Postfix) with ESMTPS id C7646110484 for ; Fri, 07 Feb 2025 21:16:12 +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 7F5B8343028 for ; Fri, 07 Feb 2025 21:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31CAD2761 for ; Fri, 07 Feb 2025 21:16:09 +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: <1738962964.c19ffd96872c0bb153d5ab3bc0df9136bf4732f8.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/plasma-wayland-protocols/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.16.0.ebuild X-VCS-Directories: dev-libs/plasma-wayland-protocols/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c19ffd96872c0bb153d5ab3bc0df9136bf4732f8 X-VCS-Branch: master Date: Fri, 07 Feb 2025 21:16:09 +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: fe1fedcf-b91a-40e9-b9d3-47142a2d9dda X-Archives-Hash: 0d5cbda559c13fc09255c238c79d89a3 commit: c19ffd96872c0bb153d5ab3bc0df9136bf4732f8 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Feb 7 20:51:52 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Feb 7 21:16:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19ffd96 dev-libs/plasma-wayland-protocols: Stabilize 1.16.0 amd64, #949237 Signed-off-by: Arthur Zamarin gentoo.org> .../plasma-wayland-protocols/plasma-wayland-protocols-1.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.16.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.16.0.ebuild index a9d35f6164db..f39dbddedfe7 100644 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.16.0.ebuild +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.16.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1"