From 118831ccf73cdb2b6b4e768551863956b246b883 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 16 Dec 2021 12:36:27 -0500 Subject: [PATCH] app-portage/iwdevtools: stabilize 0.8.1 for amd64, x86 0.8.x been around for a while now, no real known issues, and with tests regressions should be unlikely. Signed-off-by: Ionen Wolkens --- app-portage/iwdevtools/iwdevtools-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/iwdevtools/iwdevtools-0.8.1.ebuild b/app-portage/iwdevtools/iwdevtools-0.8.1.ebuild index 5add386234915..e71c5f2f2b377 100644 --- a/app-portage/iwdevtools/iwdevtools-0.8.1.ebuild +++ b/app-portage/iwdevtools/iwdevtools-0.8.1.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 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )"