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 D076E158092 for ; Sun, 12 Sep 2021 21:04:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48B57E077D; Sun, 12 Sep 2021 21:04:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A48EDE0391 for ; Sun, 12 Sep 2021 21:03:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A78E342D9A for ; Sun, 12 Sep 2021 21:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32F044E for ; Sun, 12 Sep 2021 21:02:23 +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: <1631480529.6b5a9c7be8132c08d444e70c030749b57bc29c3b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-logger-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-logger-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6b5a9c7be8132c08d444e70c030749b57bc29c3b X-VCS-Branch: master Date: Sun, 12 Sep 2021 21:02:23 +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: ecfd2756-1fd6-4315-b45a-9ae6e5839e6b X-Archives-Hash: 5c26faa1c176d6589b60a804e295d658 commit: 6b5a9c7be8132c08d444e70c030749b57bc29c3b Author: Alex Fan yahoo com> AuthorDate: Sun Sep 12 07:43:50 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 12 21:02:09 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b5a9c7b net-libs/telepathy-logger-qt: keyword for ~riscv Signed-off-by: Alex Fan yahoo.com> Signed-off-by: Yixun Lan gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild index bdeb27c27e..5e6bd283cf 100644 --- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild +++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/telepathy-logger-qt" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 ~riscv ~x86" fi LICENSE="LGPL-2.1"