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 E01C4158092 for ; Sat, 18 Sep 2021 14:42:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90DF0E08F2; Sat, 18 Sep 2021 14:42:11 +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 799D7E08F2 for ; Sat, 18 Sep 2021 14:42:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 478AB343336 for ; Sat, 18 Sep 2021 14:42:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E8AC90 for ; Sat, 18 Sep 2021 14:42:08 +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: <1631973976.05ac65c0000140df6667b17509ee9c89623db91b.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/tuigreet/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/tuigreet/tuigreet-0.6.1.ebuild X-VCS-Directories: gui-apps/tuigreet/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 05ac65c0000140df6667b17509ee9c89623db91b X-VCS-Branch: master Date: Sat, 18 Sep 2021 14:42:08 +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: 0c0a7a6c-eaa9-4109-8150-47b2c6627e54 X-Archives-Hash: 0ce1ba7838e67c2d706463be66f780d6 commit: 05ac65c0000140df6667b17509ee9c89623db91b Author: Stijn Tintel linux-ipv6 be> AuthorDate: Sat Sep 18 11:10:45 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Sep 18 14:06:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ac65c0 gui-apps/tuigreet: keyword 0.6.1 for ~riscv Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stijn Tintel linux-ipv6.be> Signed-off-by: Yixun Lan gentoo.org> gui-apps/tuigreet/tuigreet-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/tuigreet/tuigreet-0.6.1.ebuild b/gui-apps/tuigreet/tuigreet-0.6.1.ebuild index d7ef086dc18..ff2c36cdd16 100644 --- a/gui-apps/tuigreet/tuigreet-0.6.1.ebuild +++ b/gui-apps/tuigreet/tuigreet-0.6.1.ebuild @@ -124,6 +124,6 @@ QA_FLAGS_IGNORED="usr/bin/tuigreet" LICENSE="Apache-2.0 Boost-1.0 GPL-3 MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~ppc64 ~riscv" RDEPEND="gui-libs/greetd"