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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D42BA1584AD for ; Sat, 10 May 2025 05:49:00 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BAE67343138 for ; Sat, 10 May 2025 05:49:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CA15911036F; Sat, 10 May 2025 05:48:56 +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 bobolink.gentoo.org (Postfix) with ESMTPS id BA71C11036F for ; Sat, 10 May 2025 05:48:56 +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 6D0A7343135 for ; Sat, 10 May 2025 05:48:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE4982774 for ; Sat, 10 May 2025 05:48:54 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1746855948.4dbabf104d2595ec5753b21e5b546edab748bdab.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/clipper2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/clipper2/clipper2-1.5.2.ebuild X-VCS-Directories: sci-mathematics/clipper2/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4dbabf104d2595ec5753b21e5b546edab748bdab X-VCS-Branch: master Date: Sat, 10 May 2025 05:48:54 +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: 30db05ac-8631-4e44-a75e-2aa73121851c X-Archives-Hash: b5ae5cd5d1d492be356ac7a6f624f509 commit: 4dbabf104d2595ec5753b21e5b546edab748bdab Author: Joonas Niilola gentoo org> AuthorDate: Sat May 10 05:45:48 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat May 10 05:45:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbabf10 sci-mathematics/clipper2: Keyword 1.5.2 x86, #955276 Signed-off-by: Joonas Niilola gentoo.org> sci-mathematics/clipper2/clipper2-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/clipper2/clipper2-1.5.2.ebuild b/sci-mathematics/clipper2/clipper2-1.5.2.ebuild index b12c5dc8bda3..07fc6fa6d906 100644 --- a/sci-mathematics/clipper2/clipper2-1.5.2.ebuild +++ b/sci-mathematics/clipper2/clipper2-1.5.2.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${MY_P}/CPP" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )"