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 6D010158003 for ; Sat, 27 May 2023 11:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACE41E0878; Sat, 27 May 2023 10:59:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96CE9E0878 for ; Sat, 27 May 2023 10:59:59 +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 D65E03408F0 for ; Sat, 27 May 2023 10:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E6B9A6C for ; Sat, 27 May 2023 10:59:57 +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: <1685185188.f1feb3403f058b5745a1db8733643ea640b25d81.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.106.0.ebuild X-VCS-Directories: kde-frameworks/extra-cmake-modules/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f1feb3403f058b5745a1db8733643ea640b25d81 X-VCS-Branch: master Date: Sat, 27 May 2023 10:59:57 +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: b854a913-b27d-4efe-84cc-dd6aff9746c4 X-Archives-Hash: aebcb4338c8ac55358225e569e5386c1 commit: f1feb3403f058b5745a1db8733643ea640b25d81 Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 27 10:59:48 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 27 10:59:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1feb340 kde-frameworks/extra-cmake-modules: Stabilize 5.106.0 arm, #906676 Signed-off-by: Arthur Zamarin gentoo.org> kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.106.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.106.0.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.106.0.ebuild index 4f1be6b93a0d..c5ce1fc30fdf 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.106.0.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.106.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Extra modules and scripts for CMake" HOMEPAGE="https://invent.kde.org/frameworks/extra-cmake-modules" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="doc test" RESTRICT="!test? ( test )"