Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/
Date: Sun, 28 Nov 2021 17:40:42
Message-Id: 1638121231.9c6d8cfd89603a1d8416759c481c693ce7dee965.marecki@gentoo
1 commit: 9c6d8cfd89603a1d8416759c481c693ce7dee965
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 17:38:49 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 17:40:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6d8cfd
7
8 app-portage/iwdevtools: keyword 0.8.0 for ~riscv
9
10 Keep in mind that if you run the test suite for this on a physical
11 RISC-V system you will probably have to crank up the timeout threshold,
12 by A LOT.
13
14 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
15
16 app-portage/iwdevtools/iwdevtools-0.8.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/app-portage/iwdevtools/iwdevtools-0.8.0.ebuild b/app-portage/iwdevtools/iwdevtools-0.8.0.ebuild
20 index c1c495dcafbf..5d03e033a003 100644
21 --- a/app-portage/iwdevtools/iwdevtools-0.8.0.ebuild
22 +++ b/app-portage/iwdevtools/iwdevtools-0.8.0.ebuild
23 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ionenwks/iwdevtools/archive/refs/tags/v${PV}.tar.gz
24
25 LICENSE="BSD-2"
26 SLOT="0"
27 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
28 +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
29 IUSE="test"
30 RESTRICT="!test? ( test )"