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 E738F138334 for ; Thu, 24 Jan 2019 16:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34A33E0A70; Thu, 24 Jan 2019 16:24:53 +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 EB006E0A70 for ; Thu, 24 Jan 2019 16:24:52 +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 85D10335D06 for ; Thu, 24 Jan 2019 16:24:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6772C4ED for ; Thu, 24 Jan 2019 16:24:48 +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: <1548346988.e4313a3a2bccb07e165bdb74526e312c387fc33e.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-r8.ebuild sci-physics/root/root-6.14.06-r2.ebuild sci-physics/root/root-6.14.08-r1.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: e4313a3a2bccb07e165bdb74526e312c387fc33e X-VCS-Branch: master Date: Thu, 24 Jan 2019 16:24:48 +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: c0294488-2587-4fc9-8798-8162fa65fefe X-Archives-Hash: abf0f2072e4dc6ac6e54a359e3e94cc7 commit: e4313a3a2bccb07e165bdb74526e312c387fc33e Author: Guilherme Amadio gentoo org> AuthorDate: Thu Jan 24 09:03:09 2019 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Jan 24 16:23:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4313a3a sci-physics/root: depend on dev-qt/qtwebengine:5[widgets] Closes: https://bugs.gentoo.org/674196 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/root/root-6.12.06-r8.ebuild | 8 ++++---- sci-physics/root/root-6.14.06-r2.ebuild | 8 ++++---- sci-physics/root/root-6.14.08-r1.ebuild | 8 ++++---- sci-physics/root/root-9999.ebuild | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/sci-physics/root/root-6.12.06-r8.ebuild b/sci-physics/root/root-6.12.06-r8.ebuild index 8431934ba7a..373b866eeae 100644 --- a/sci-physics/root/root-6.12.06-r8.ebuild +++ b/sci-physics/root/root-6.12.06-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -58,9 +58,9 @@ CDEPEND=" x11-libs/gl2ps:0= ) qt5? ( - dev-qt/qtcore:5= - dev-qt/qtgui:5= - dev-qt/qtwebengine:5= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwebengine:5[widgets] ) ) asimage? ( || ( diff --git a/sci-physics/root/root-6.14.06-r2.ebuild b/sci-physics/root/root-6.14.06-r2.ebuild index e8e14bd43c0..7dcecbbc924 100644 --- a/sci-physics/root/root-6.14.06-r2.ebuild +++ b/sci-physics/root/root-6.14.06-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -61,9 +61,9 @@ CDEPEND=" x11-libs/gl2ps:0= ) qt5? ( - dev-qt/qtcore:5= - dev-qt/qtgui:5= - dev-qt/qtwebengine:5= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwebengine:5[widgets] ) ) asimage? ( || ( diff --git a/sci-physics/root/root-6.14.08-r1.ebuild b/sci-physics/root/root-6.14.08-r1.ebuild index d107740182a..303a28a3592 100644 --- a/sci-physics/root/root-6.14.08-r1.ebuild +++ b/sci-physics/root/root-6.14.08-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -61,9 +61,9 @@ CDEPEND=" x11-libs/gl2ps:0= ) qt5? ( - dev-qt/qtcore:5= - dev-qt/qtgui:5= - dev-qt/qtwebengine:5= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwebengine:5[widgets] ) ) asimage? ( || ( diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 42eab5c6a5b..224a1a09d65 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -70,9 +70,9 @@ CDEPEND=" x11-libs/gl2ps:0= ) qt5? ( - dev-qt/qtcore:5= - dev-qt/qtgui:5= - dev-qt/qtwebengine:5= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwebengine:5[widgets] ) ) asimage? ( || (