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 4A29815939F for ; Mon, 15 Jul 2024 01:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 573A0E2A97; Mon, 15 Jul 2024 01:39:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3503EE2A95 for ; Mon, 15 Jul 2024 01:39:16 +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 66B4E340CC9 for ; Mon, 15 Jul 2024 01:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C25F41E22 for ; Mon, 15 Jul 2024 01:39:13 +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: <1721007537.6a9766105de40d83887f08953606e3f489af8abb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/symengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/symengine/symengine-0.12.0.ebuild X-VCS-Directories: sci-libs/symengine/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a9766105de40d83887f08953606e3f489af8abb X-VCS-Branch: master Date: Mon, 15 Jul 2024 01:39:13 +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: 989dde84-412a-4954-961e-ff8c1d2f3bb7 X-Archives-Hash: 78012d92ceae001965ab0ee4af538dc8 commit: 6a9766105de40d83887f08953606e3f489af8abb Author: Sam James gentoo org> AuthorDate: Mon Jul 15 01:38:57 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 15 01:38:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a976610 sci-libs/symengine: Stabilize 0.12.0 amd64, #935988 Signed-off-by: Sam James gentoo.org> sci-libs/symengine/symengine-0.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/symengine/symengine-0.12.0.ebuild b/sci-libs/symengine/symengine-0.12.0.ebuild index 5cec962ff902..a9b7f631466a 100644 --- a/sci-libs/symengine/symengine-0.12.0.ebuild +++ b/sci-libs/symengine/symengine-0.12.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/symengine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" # BUILD_FOR_DISTRIBUTION enables threads by default so do it here IUSE="benchmarks boost debug doc ecm +flint llvm +mpc +mpfr openmp test tcmalloc +threads" RESTRICT="!test? ( test )"