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 9990B15812D for ; Fri, 03 Jan 2025 22:26:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C57EAE070D; Fri, 03 Jan 2025 22:26:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id A2FE6E070D for ; Fri, 03 Jan 2025 22:26:41 +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 D4309335DC0 for ; Fri, 03 Jan 2025 22:26:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C13697F for ; Fri, 03 Jan 2025 22:26:39 +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: <1735943160.8c9dc2beffe168b9b1a5a19a3c674695fad80c8d.sam@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.4.0.ebuild X-VCS-Directories: sci-mathematics/clipper2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8c9dc2beffe168b9b1a5a19a3c674695fad80c8d X-VCS-Branch: master Date: Fri, 03 Jan 2025 22:26:39 +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: 8e0095b5-f417-42c9-aab1-b07024f0fbfa X-Archives-Hash: cb92d8812ecf437d564e0c2d33830944 commit: 8c9dc2beffe168b9b1a5a19a3c674695fad80c8d Author: Sam James gentoo org> AuthorDate: Fri Jan 3 22:26:00 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 3 22:26:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9dc2be sci-mathematics/clipper2: Stabilize 1.4.0 amd64, #946112 Signed-off-by: Sam James gentoo.org> sci-mathematics/clipper2/clipper2-1.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/clipper2/clipper2-1.4.0.ebuild b/sci-mathematics/clipper2/clipper2-1.4.0.ebuild index ab2d3bf1ad9c..fa2cc2612361 100644 --- a/sci-mathematics/clipper2/clipper2-1.4.0.ebuild +++ b/sci-mathematics/clipper2/clipper2-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${MY_P}/CPP" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" RESTRICT="!test? ( test )"