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 D8CF3158232 for ; Fri, 6 Dec 2024 15:28:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11F76E0AE7; Fri, 6 Dec 2024 15:28:21 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 14B6BE0AE7 for ; Fri, 6 Dec 2024 15:28: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 1A4CB3409EC for ; Fri, 6 Dec 2024 15:28:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75806AED for ; Fri, 6 Dec 2024 15:28:17 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1733498881.97747271014ef567add7d41b0b2c0110240d84a5.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/geant/geant-4.11.3.0.ebuild X-VCS-Directories: sci-physics/geant/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 97747271014ef567add7d41b0b2c0110240d84a5 X-VCS-Branch: master Date: Fri, 6 Dec 2024 15:28:17 +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: d08fd62e-85d6-4885-bed8-0ef94800808d X-Archives-Hash: 6643392cd15564db39db87fa93239a3f commit: 97747271014ef567add7d41b0b2c0110240d84a5 Author: Guilherme Amadio gentoo org> AuthorDate: Fri Dec 6 15:28:01 2024 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Fri Dec 6 15:28:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97747271 sci-physics/geant: destabilize 4.11.3.0 for ~amd64 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/geant/geant-4.11.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/geant/geant-4.11.3.0.ebuild b/sci-physics/geant/geant-4.11.3.0.ebuild index d0781ea47179..93df6ed38d47 100644 --- a/sci-physics/geant/geant-4.11.3.0.ebuild +++ b/sci-physics/geant/geant-4.11.3.0.ebuild @@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="geant4" SLOT="4/$(ver_cut 1-4)" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="+data debug doc examples freetype gdml geant3 hdf5 inventor motif opengl qt6 raytracerx static-libs tbb threads trajectories vtk"