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 C33C0158086 for ; Sun, 28 Nov 2021 17:40:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7F45E085B; Sun, 28 Nov 2021 17:40:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 875A3E085B for ; Sun, 28 Nov 2021 17:40:39 +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 4BF51342D92 for ; Sun, 28 Nov 2021 17:40:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DA201E4 for ; Sun, 28 Nov 2021 17:40:36 +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: <1638121231.9c6d8cfd89603a1d8416759c481c693ce7dee965.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/iwdevtools/iwdevtools-0.8.0.ebuild X-VCS-Directories: app-portage/iwdevtools/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9c6d8cfd89603a1d8416759c481c693ce7dee965 X-VCS-Branch: master Date: Sun, 28 Nov 2021 17:40:36 +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: 6155f95a-d5e8-4324-b686-d04f3eb15455 X-Archives-Hash: 2ccfe485da1a604cde609b795ed415ce commit: 9c6d8cfd89603a1d8416759c481c693ce7dee965 Author: Marek Szuba gentoo org> AuthorDate: Sun Nov 28 17:38:49 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Nov 28 17:40:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6d8cfd app-portage/iwdevtools: keyword 0.8.0 for ~riscv Keep in mind that if you run the test suite for this on a physical RISC-V system you will probably have to crank up the timeout threshold, by A LOT. Signed-off-by: Marek Szuba gentoo.org> app-portage/iwdevtools/iwdevtools-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/iwdevtools/iwdevtools-0.8.0.ebuild b/app-portage/iwdevtools/iwdevtools-0.8.0.ebuild index c1c495dcafbf..5d03e033a003 100644 --- a/app-portage/iwdevtools/iwdevtools-0.8.0.ebuild +++ b/app-portage/iwdevtools/iwdevtools-0.8.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ionenwks/iwdevtools/archive/refs/tags/v${PV}.tar.gz LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )"