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 2B1821582EF for ; Sun, 02 Mar 2025 10:30:06 +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 12CE5335D15 for ; Sun, 02 Mar 2025 10:30:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3D9C31102D2; Sun, 02 Mar 2025 10:30:02 +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 2EE231102D2 for ; Sun, 02 Mar 2025 10:30:02 +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 D7CD434312D for ; Sun, 02 Mar 2025 10:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A34B280B for ; Sun, 02 Mar 2025 10:29:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1740911387.3d41f542667c543ee977c114bd3f11b6326f5844.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kirigami-addons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kirigami-addons/kirigami-addons-1.7.0.ebuild X-VCS-Directories: dev-libs/kirigami-addons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3d41f542667c543ee977c114bd3f11b6326f5844 X-VCS-Branch: master Date: Sun, 02 Mar 2025 10:29:59 +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: e709a7f4-0e07-4563-ad7d-e2a65b001256 X-Archives-Hash: 6a68f60d3634b0c73aa50de247e0b90a commit: 3d41f542667c543ee977c114bd3f11b6326f5844 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 2 10:27:33 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 2 10:29:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d41f542 dev-libs/kirigami-addons: stabilize 1.7.0 for amd64 Bug: https://bugs.gentoo.org/950101 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kirigami-addons/kirigami-addons-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/kirigami-addons/kirigami-addons-1.7.0.ebuild b/dev-libs/kirigami-addons/kirigami-addons-1.7.0.ebuild index 871d3d7f2c67..0701f6515f7b 100644 --- a/dev-libs/kirigami-addons/kirigami-addons-1.7.0.ebuild +++ b/dev-libs/kirigami-addons/kirigami-addons-1.7.0.ebuild @@ -11,7 +11,7 @@ inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" fi DESCRIPTION="Visual end user components for Kirigami-based applications"