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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BCCD158042 for ; Thu, 24 Oct 2024 16:27:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBBA0E099C; Thu, 24 Oct 2024 16:27:49 +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 A072EE099C for ; Thu, 24 Oct 2024 16:27:49 +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 9B3AD342FDD for ; Thu, 24 Oct 2024 16:27:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C88961F42 for ; Thu, 24 Oct 2024 16:27:45 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1729787259.4f1a86e4736cf7338cf5e4412a8fe6b65ec8dfae.arthurzam@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.13.0.ebuild X-VCS-Directories: dev-util/fq/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4f1a86e4736cf7338cf5e4412a8fe6b65ec8dfae X-VCS-Branch: master Date: Thu, 24 Oct 2024 16:27:45 +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: 04fb42a6-6a8c-40b7-a146-5e8b326e7700 X-Archives-Hash: 616db0d603bd07468c5419370aa4c8a7 commit: 4f1a86e4736cf7338cf5e4412a8fe6b65ec8dfae Author: Arthur Zamarin gentoo org> AuthorDate: Thu Oct 24 16:27:39 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Oct 24 16:27:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1a86e4 dev-util/fq: Stabilize 0.13.0 amd64, #942082 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/fq/fq-0.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/fq/fq-0.13.0.ebuild b/dev-util/fq/fq-0.13.0.ebuild index e41588bcdc59..6830d05644b5 100644 --- a/dev-util/fq/fq-0.13.0.ebuild +++ b/dev-util/fq/fq-0.13.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 )"