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 7E1A9138335 for ; Fri, 24 Aug 2018 12:57:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 860E4E08F4; Fri, 24 Aug 2018 12:57:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5BF38E08F4 for ; Fri, 24 Aug 2018 12:57:42 +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 0EDFE335C8C for ; Fri, 24 Aug 2018 12:57:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E7403B7 for ; Fri, 24 Aug 2018 12:57:39 +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: <1535115448.d5e7e15ae7c16b26c4103a675a15851bd869f664.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.12.06-r4.ebuild sci-physics/root/root-6.14.02.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: d5e7e15ae7c16b26c4103a675a15851bd869f664 X-VCS-Branch: master Date: Fri, 24 Aug 2018 12:57:39 +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: b909743a-3a60-4b6b-a9db-985b3152a8fe X-Archives-Hash: 8d4b4aaf20021196ca34a91162b3020d commit: d5e7e15ae7c16b26c4103a675a15851bd869f664 Author: Guilherme Amadio gentoo org> AuthorDate: Fri Aug 24 12:14:32 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Fri Aug 24 12:57:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e7e15a sci-physics/root: update REQUIRED_USE Qt5 support gets silently disabled if USE=-root7. Package-Manager: Portage-2.3.48, Repoman-2.3.10 sci-physics/root/root-6.12.06-r4.ebuild | 3 ++- sci-physics/root/root-6.14.02.ebuild | 3 ++- sci-physics/root/root-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-physics/root/root-6.12.06-r4.ebuild b/sci-physics/root/root-6.12.06-r4.ebuild index 71738a81dbc..3d0a62781de 100644 --- a/sci-physics/root/root-6.12.06-r4.ebuild +++ b/sci-physics/root/root-6.12.06-r4.ebuild @@ -28,9 +28,10 @@ KEYWORDS="~amd64 ~x86" REQUIRED_USE=" !X? ( !asimage !opengl !qt5 !tiff ) + davix? ( ssl xml ) python? ( ${PYTHON_REQUIRED_USE} ) + qt5? ( root7 ) tmva? ( gsl ) - davix? ( ssl xml ) " CDEPEND=" diff --git a/sci-physics/root/root-6.14.02.ebuild b/sci-physics/root/root-6.14.02.ebuild index 7397f23d0d2..da5c9512498 100644 --- a/sci-physics/root/root-6.14.02.ebuild +++ b/sci-physics/root/root-6.14.02.ebuild @@ -28,9 +28,10 @@ KEYWORDS="~amd64 ~x86" REQUIRED_USE=" !X? ( !asimage !opengl !qt5 !tiff ) + davix? ( ssl xml ) python? ( ${PYTHON_REQUIRED_USE} ) + qt5? ( root7 ) tmva? ( gsl ) - davix? ( ssl xml ) " CDEPEND=" diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 1c079990b6c..efb10900765 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -36,9 +36,10 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" REQUIRED_USE=" !X? ( !asimage !opengl !qt5 !tiff ) + davix? ( ssl xml ) python? ( ${PYTHON_REQUIRED_USE} ) + qt5? ( root7 ) tmva? ( gsl ) - davix? ( ssl xml ) " CDEPEND="