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 2250D15808B for ; Tue, 1 Oct 2024 21:03:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 591D1E29A5; Tue, 1 Oct 2024 21:03:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F5ACE29A5 for ; Tue, 1 Oct 2024 21:03:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BB5F342FA3 for ; Tue, 1 Oct 2024 21:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB10D26E4 for ; Tue, 1 Oct 2024 21:03:04 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1727816563.c661eca2f4d908f3906a1ceb5afe5c62c0e2d762.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shelltestrunner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shelltestrunner/shelltestrunner-1.9.ebuild X-VCS-Directories: dev-util/shelltestrunner/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c661eca2f4d908f3906a1ceb5afe5c62c0e2d762 X-VCS-Branch: master Date: Tue, 1 Oct 2024 21:03:04 +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: 7749e692-7243-4e5e-8a97-1139cb658f45 X-Archives-Hash: 931751ba014c00c8ec75f33f7c2c877a commit: c661eca2f4d908f3906a1ceb5afe5c62c0e2d762 Author: Matt Turner gentoo org> AuthorDate: Mon Sep 9 21:40:39 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 1 21:02:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c661eca2 dev-util/shelltestrunner: Drop stable keywords Depends on dev-haskell/* packages, which are losing stable keywords. Signed-off-by: Matt Turner gentoo.org> dev-util/shelltestrunner/shelltestrunner-1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild b/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild index 9ad55469b1f2..4fd61c32d3c2 100644 --- a/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild +++ b/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )"