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 231C1158011 for ; Thu, 1 Sep 2022 00:36:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0F81E0A8A; Thu, 1 Sep 2022 00:36:29 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B8396E0A8A for ; Thu, 1 Sep 2022 00:36:29 +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 BA77F3410AE for ; Thu, 1 Sep 2022 00:36:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D87555B1 for ; Thu, 1 Sep 2022 00:36:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661992580.7f173117d467559aa28e8cddd63c48c5160e305c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild X-VCS-Directories: net-irc/limnoria-plugins-chantracker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f173117d467559aa28e8cddd63c48c5160e305c X-VCS-Branch: master Date: Thu, 1 Sep 2022 00:36:26 +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: ebaa5bd1-98d7-4519-a90b-f48e017dbdb8 X-Archives-Hash: f1d96fdc2d29bee1ef5447bec5822fa4 commit: 7f173117d467559aa28e8cddd63c48c5160e305c Author: Sam James gentoo org> AuthorDate: Thu Sep 1 00:35:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 1 00:36:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f173117 net-irc/limnoria-plugins-chantracker: forward ~riscv Not sure how that one got lost as it was there since November(?) Signed-off-by: Sam James gentoo.org> .../limnoria-plugins-chantracker-1.6_p20220803.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild index a5dae0b018d5..481c294d7549 100644 --- a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild +++ b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220803.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/ncoevoet/ChanTracker" SRC_URI="https://github.com/ncoevoet/ChanTracker/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" SLOT=0 RDEPEND="net-irc/limnoria"