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 DF53C158017 for ; Mon, 27 Sep 2021 22:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25A98E09E1; Mon, 27 Sep 2021 22:05:23 +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 0C503E09E1 for ; Mon, 27 Sep 2021 22:05:23 +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 ECBAA342B4A for ; Mon, 27 Sep 2021 22:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 306E5116 for ; Mon, 27 Sep 2021 22:05:19 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1632780304.8d58eb6448e8a9bb5d76891d7ff0d8a228346b59.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/input-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/input-utils/input-utils-1.3.ebuild X-VCS-Directories: sys-apps/input-utils/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 8d58eb6448e8a9bb5d76891d7ff0d8a228346b59 X-VCS-Branch: master Date: Mon, 27 Sep 2021 22:05:19 +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: ab27a049-2f34-44b3-a314-08a918b482b4 X-Archives-Hash: c661bfbf2db349ad7c88ea048444a3a3 commit: 8d58eb6448e8a9bb5d76891d7ff0d8a228346b59 Author: Marek Szuba gentoo org> AuthorDate: Mon Sep 27 21:36:57 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Sep 27 22:05:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d58eb64 sys-apps/input-utils: keyword 1.3 for ~riscv Signed-off-by: Marek Szuba gentoo.org> sys-apps/input-utils/input-utils-1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/input-utils/input-utils-1.3.ebuild b/sys-apps/input-utils/input-utils-1.3.ebuild index d4771625863..d5499f832ba 100644 --- a/sys-apps/input-utils/input-utils-1.3.ebuild +++ b/sys-apps/input-utils/input-utils-1.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.kraxel.org/releases/input/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ~riscv x86" S="${WORKDIR}/${MY_P}"