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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58C2E1382C5 for ; Fri, 18 May 2018 15:38:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38C84E09B4; Fri, 18 May 2018 15:38:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 136CFE09B4 for ; Fri, 18 May 2018 15:38:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6ACF335C73 for ; Fri, 18 May 2018 15:38:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CEC42A4 for ; Fri, 18 May 2018 15:38:54 +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: <1526657726.395a5469e0d79b72275ebb16275b1957dc65a7f4.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.10.03-r1.ebuild X-VCS-Directories: sci-physics/geant/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 395a5469e0d79b72275ebb16275b1957dc65a7f4 X-VCS-Branch: master Date: Fri, 18 May 2018 15:38: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-Archives-Salt: 9aea2ed9-fe3b-42e3-85d7-666089549472 X-Archives-Hash: fca74bdd09f1171263c94cb541ddbc7a commit: 395a5469e0d79b72275ebb16275b1957dc65a7f4 Author: Guilherme Amadio gentoo org> AuthorDate: Fri May 18 15:13:55 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Fri May 18 15:35:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395a5469 sci-physics/geant: choose right tls model with USE=threads Closes: https://bugs.gentoo.org/648736 Package-Manager: Portage-2.3.38, Repoman-2.3.9 sci-physics/geant/geant-4.10.03-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-physics/geant/geant-4.10.03-r1.ebuild b/sci-physics/geant/geant-4.10.03-r1.ebuild index 69e39077efb..fa2c8ca5077 100644 --- a/sci-physics/geant/geant-4.10.03-r1.ebuild +++ b/sci-physics/geant/geant-4.10.03-r1.ebuild @@ -60,6 +60,7 @@ src_configure() { -DGEANT4_USE_SYSTEM_CLHEP=ON -DGEANT4_INSTALL_DATA=OFF -DGEANT4_BUILD_MULTITHREADED=$(usex threads) + -DGEANT4_BUILD_TLS_MODEL=$(usex threads global-dynamic initial-exec) -DGEANT4_USE_NETWORKDAWN=$(usex dawn) -DGEANT4_USE_GDML=$(usex gdml) -DGEANT4_USE_G3TOG4=$(usex geant3)