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 B4B2815838C for ; Sun, 21 Jan 2024 15:44:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8798C2BC017; Sun, 21 Jan 2024 15:44:19 +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 19BF92BC017 for ; Sun, 21 Jan 2024 15:44:19 +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 0918A343301 for ; Sun, 21 Jan 2024 15:44:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57A6713AA for ; Sun, 21 Jan 2024 15:44:16 +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: <1705851818.4cc767ab6344202289f86d139a27241b7527d72c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rpick/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/rpick/rpick-0.9.0.ebuild X-VCS-Directories: app-misc/rpick/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4cc767ab6344202289f86d139a27241b7527d72c X-VCS-Branch: master Date: Sun, 21 Jan 2024 15:44:16 +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: 46e9f88d-3171-4552-a653-2015e01cca52 X-Archives-Hash: e8a2c89bdd9865cea762c96d3379427d commit: 4cc767ab6344202289f86d139a27241b7527d72c Author: Sam James gentoo org> AuthorDate: Sun Jan 21 15:43:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 21 15:43:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc767ab app-misc/rpick: Stabilize 0.9.0 x86, #922587 Signed-off-by: Sam James gentoo.org> app-misc/rpick/rpick-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/rpick/rpick-0.9.0.ebuild b/app-misc/rpick/rpick-0.9.0.ebuild index 9a5a34e0b3b5..45da7bbdbaa0 100644 --- a/app-misc/rpick/rpick-0.9.0.ebuild +++ b/app-misc/rpick/rpick-0.9.0.ebuild @@ -135,7 +135,7 @@ SRC_URI="$(cargo_crate_uris)" LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 GPL-3 MIT Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" -KEYWORDS="amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 x86" QA_FLAGS_IGNORED="usr/bin/rpick"