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 C2012158042 for ; Tue, 5 Nov 2024 13:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3681E0875; Tue, 5 Nov 2024 13:45:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AE979E0875 for ; Tue, 5 Nov 2024 13:45:17 +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 00A9933FE7D for ; Tue, 5 Nov 2024 13:45:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 250F21C7A for ; Tue, 5 Nov 2024 13:45:15 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1730814254.5c890cee268cad546aea64dcb48686fbb8317de1.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/hexyl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/hexyl/hexyl-0.15.0.ebuild X-VCS-Directories: sys-apps/hexyl/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 5c890cee268cad546aea64dcb48686fbb8317de1 X-VCS-Branch: dev Date: Tue, 5 Nov 2024 13:45:15 +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: f4e27cef-aa7e-4506-931b-40bdf34676f4 X-Archives-Hash: 1b76fe3746b1748f170f4a86e44d1ffe commit: 5c890cee268cad546aea64dcb48686fbb8317de1 Author: Takuya Wakazono gmail com> AuthorDate: Tue Nov 5 13:44:14 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Tue Nov 5 13:44:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c890cee sys-apps/hexyl: destabilize 0.15.0 for ~amd64 Signed-off-by: Takuya Wakazono gmail.com> sys-apps/hexyl/hexyl-0.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/hexyl/hexyl-0.15.0.ebuild b/sys-apps/hexyl/hexyl-0.15.0.ebuild index 452f881da..6f509eb7e 100644 --- a/sys-apps/hexyl/hexyl-0.15.0.ebuild +++ b/sys-apps/hexyl/hexyl-0.15.0.ebuild @@ -85,7 +85,7 @@ LICENSE="|| ( Apache-2.0 MIT )" LICENSE+=" Apache-2.0 ISC MIT Unicode-DFS-2016 ZLIB" SLOT="0" IUSE="man" -KEYWORDS="amd64" +KEYWORDS="~amd64" BDEPEND=" >=virtual/rust-1.66