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 8EAA715810F for ; Sat, 10 Jun 2023 04:20:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19719E08AD; Sat, 10 Jun 2023 04:20:16 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAB4EE08AD for ; Sat, 10 Jun 2023 04:20:15 +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 A8AFB340EDF for ; Sat, 10 Jun 2023 04:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05BD2A8E for ; Sat, 10 Jun 2023 04:20:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686370724.e4d76e9325555f35f917f77233f7c7251372ab20.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/fq/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/fq/fq-0.5.0.ebuild X-VCS-Directories: dev-util/fq/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e4d76e9325555f35f917f77233f7c7251372ab20 X-VCS-Branch: master Date: Sat, 10 Jun 2023 04:20:13 +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: 1a45b461-2ba9-4b37-b4bd-b64855c4ee64 X-Archives-Hash: 621a8320441808b257f30d8d3ca052a0 commit: e4d76e9325555f35f917f77233f7c7251372ab20 Author: Sam James gentoo org> AuthorDate: Sat Jun 10 04:18:44 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 10 04:18:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d76e93 dev-util/fq: Stabilize 0.5.0 amd64, #908114 Signed-off-by: Sam James gentoo.org> dev-util/fq/fq-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/fq/fq-0.5.0.ebuild b/dev-util/fq/fq-0.5.0.ebuild index 5df96c3f076c..ac1877d19d56 100644 --- a/dev-util/fq/fq-0.5.0.ebuild +++ b/dev-util/fq/fq-0.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar LICENSE="MIT BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="amd64 ~arm ~arm64" IUSE="test" RESTRICT="!test? ( test )"