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 AAE77158041 for ; Sun, 10 Mar 2024 12:16:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 942FA2BC029; Sun, 10 Mar 2024 12:16:44 +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 770592BC028 for ; Sun, 10 Mar 2024 12:16:44 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC81233C4EE for ; Sun, 10 Mar 2024 12:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 063381510 for ; Sun, 10 Mar 2024 12:16:41 +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: <1710072985.ee2d5236699074d4b80847b63567fe45d76b2635.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.28.12-r1.ebuild sci-physics/root/root-6.30.04-r1.ebuild sci-physics/root/root-6.30.9999.ebuild sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: ee2d5236699074d4b80847b63567fe45d76b2635 X-VCS-Branch: master Date: Sun, 10 Mar 2024 12:16:41 +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: d0f5116c-7bed-4586-a366-9b2ee42796a5 X-Archives-Hash: 61e70d09776b31dfd282e8209b3114bf commit: ee2d5236699074d4b80847b63567fe45d76b2635 Author: Guilherme Amadio gentoo org> AuthorDate: Sat Mar 9 22:57:02 2024 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Sun Mar 10 12:16:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2d5236 sci-physics/root: webgui option depends on USE=http Closes: https://bugs.gentoo.org/918965 Co-authored-by: Rafal Lalik gmail.com> Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/root/root-6.28.12-r1.ebuild | 1 + sci-physics/root/root-6.30.04-r1.ebuild | 1 + sci-physics/root/root-6.30.9999.ebuild | 1 + sci-physics/root/root-9999.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/sci-physics/root/root-6.28.12-r1.ebuild b/sci-physics/root/root-6.28.12-r1.ebuild index 769d352883bb..ee24e650fb28 100644 --- a/sci-physics/root/root-6.28.12-r1.ebuild +++ b/sci-physics/root/root-6.28.12-r1.ebuild @@ -312,6 +312,7 @@ src_configure() { -Dvdt=OFF -Dveccore=OFF -Dvecgeom=OFF + -Dwebgui=$(usex http) -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) diff --git a/sci-physics/root/root-6.30.04-r1.ebuild b/sci-physics/root/root-6.30.04-r1.ebuild index 769d352883bb..ee24e650fb28 100644 --- a/sci-physics/root/root-6.30.04-r1.ebuild +++ b/sci-physics/root/root-6.30.04-r1.ebuild @@ -312,6 +312,7 @@ src_configure() { -Dvdt=OFF -Dveccore=OFF -Dvecgeom=OFF + -Dwebgui=$(usex http) -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) diff --git a/sci-physics/root/root-6.30.9999.ebuild b/sci-physics/root/root-6.30.9999.ebuild index 769d352883bb..ee24e650fb28 100644 --- a/sci-physics/root/root-6.30.9999.ebuild +++ b/sci-physics/root/root-6.30.9999.ebuild @@ -312,6 +312,7 @@ src_configure() { -Dvdt=OFF -Dveccore=OFF -Dvecgeom=OFF + -Dwebgui=$(usex http) -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 769d352883bb..ee24e650fb28 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -312,6 +312,7 @@ src_configure() { -Dvdt=OFF -Dveccore=OFF -Dvecgeom=OFF + -Dwebgui=$(usex http) -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd)