From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B2B111584AD for ; Tue, 22 Apr 2025 20:23:07 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 99440342FF3 for ; Tue, 22 Apr 2025 20:23:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8C5B91102CF; Tue, 22 Apr 2025 20:23:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7F73111029A for ; Tue, 22 Apr 2025 20:23:06 +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 330F5342FF1 for ; Tue, 22 Apr 2025 20:23:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74F87254C for ; Tue, 22 Apr 2025 20:23:04 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1745353362.907415bd926fbd6e094d3885b8b3beecfaec683d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/stringext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/stringext/stringext-1.6.0.ebuild X-VCS-Directories: dev-ml/stringext/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 907415bd926fbd6e094d3885b8b3beecfaec683d X-VCS-Branch: master Date: Tue, 22 Apr 2025 20:23: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: 26a38e7c-baa6-4bc4-ac55-3f85ccf3a902 X-Archives-Hash: 851205945a3ab7a630e24795f172c22b commit: 907415bd926fbd6e094d3885b8b3beecfaec683d Author: Alfredo Tupone gentoo org> AuthorDate: Tue Apr 22 20:20:12 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Apr 22 20:22:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907415bd dev-ml/stringext: keyword 1.6.0 for ~x86 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/stringext/stringext-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/stringext/stringext-1.6.0.ebuild b/dev-ml/stringext/stringext-1.6.0.ebuild index c0a0574151c6..5960558f0fb3 100644 --- a/dev-ml/stringext/stringext-1.6.0.ebuild +++ b/dev-ml/stringext/stringext-1.6.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/rgrinberg/${PN}/releases/download/${PV}/${P}.tbz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )"