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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11F68158013 for ; Mon, 27 Sep 2021 14:14:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68083E096F; Mon, 27 Sep 2021 14:14:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FC05E096F for ; Mon, 27 Sep 2021 14:14:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DFC9342D9C for ; Mon, 27 Sep 2021 14:14:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12173129 for ; Mon, 27 Sep 2021 14:14:35 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1632751480.8281611ed14388ef8e812e370c0e56bc6d2cad5e.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcalendarcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild kde-frameworks/kcalendarcore/kcalendarcore-5.86.0.ebuild X-VCS-Directories: kde-frameworks/kcalendarcore/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 8281611ed14388ef8e812e370c0e56bc6d2cad5e X-VCS-Branch: master Date: Mon, 27 Sep 2021 14:14:35 +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: 211a4a4b-5153-485d-93cf-7798c7f618b0 X-Archives-Hash: 4c5950944f80ee063ebca1b8c6e46e5d commit: 8281611ed14388ef8e812e370c0e56bc6d2cad5e Author: Alex Fan yahoo com> AuthorDate: Mon Sep 27 09:23:50 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Sep 27 14:04:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8281611e kde-frameworks/kcalendarcore: keyword 5.85.0 & 5.86.0 for ~riscv Signed-off-by: Alex Fan yahoo.com> Signed-off-by: Yixun Lan gentoo.org> kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild | 2 +- kde-frameworks/kcalendarcore/kcalendarcore-5.86.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild index 60bd208e815..928545c5c76 100644 --- a/kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild @@ -10,7 +10,7 @@ inherit ecm kde.org DESCRIPTION="Library for interfacing with calendars" LICENSE="GPL-2+ test? ( LGPL-3+ )" -KEYWORDS="amd64 arm64 ~ppc64 x86" +KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" IUSE="" RESTRICT="test" # multiple tests fail or hang indefinitely diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.86.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.86.0.ebuild index fe9cfac4fcd..c8d79be4c99 100644 --- a/kde-frameworks/kcalendarcore/kcalendarcore-5.86.0.ebuild +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.86.0.ebuild @@ -10,7 +10,7 @@ inherit ecm kde.org DESCRIPTION="Library for interfacing with calendars" LICENSE="GPL-2+ test? ( LGPL-3+ )" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RESTRICT="test" # multiple tests fail or hang indefinitely