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 F3872158041 for ; Wed, 28 Feb 2024 14:00:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E53EBE2A48; Wed, 28 Feb 2024 14:00:20 +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 C956CE2A48 for ; Wed, 28 Feb 2024 14:00:20 +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 C29A9342FFE for ; Wed, 28 Feb 2024 14:00:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28D6F14DF for ; Wed, 28 Feb 2024 14:00:18 +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: <1709128801.285b5e580b6ffbfad71e2b54e7ce4ad8c8920b89.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cantera/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cantera/cantera-3.0.0-r1.ebuild X-VCS-Directories: sci-libs/cantera/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 285b5e580b6ffbfad71e2b54e7ce4ad8c8920b89 X-VCS-Branch: master Date: Wed, 28 Feb 2024 14:00:18 +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: 006e3188-a3d9-44c9-bc9c-a1c5dc34beb2 X-Archives-Hash: ebd8ea9dafd909d83423f25a8c1ce69c commit: 285b5e580b6ffbfad71e2b54e7ce4ad8c8920b89 Author: Sam James gentoo org> AuthorDate: Wed Feb 28 14:00:01 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 28 14:00:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285b5e58 sci-libs/cantera: Stabilize 3.0.0-r1 amd64, #925694 Signed-off-by: Sam James gentoo.org> sci-libs/cantera/cantera-3.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/cantera/cantera-3.0.0-r1.ebuild b/sci-libs/cantera/cantera-3.0.0-r1.ebuild index 8ab4a8c5f104..9f0de3263452 100644 --- a/sci-libs/cantera/cantera-3.0.0-r1.ebuild +++ b/sci-libs/cantera/cantera-3.0.0-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/Cantera/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="fortran hdf5 lapack +python test" RESTRICT="!test? ( test )"