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 BB4FC138334 for ; Mon, 25 Jun 2018 04:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2915DE08A2; Mon, 25 Jun 2018 04:44:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EC96FE08A2 for ; Mon, 25 Jun 2018 04:44:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 22608335CB2 for ; Mon, 25 Jun 2018 04:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70C3831B for ; Mon, 25 Jun 2018 04:44:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1529901826.89f1a5de9733277dd5c8f7c60eaa3725f52e2168.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/visit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/visit/visit-2.12.3-r1.ebuild X-VCS-Directories: sci-visualization/visit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 89f1a5de9733277dd5c8f7c60eaa3725f52e2168 X-VCS-Branch: master Date: Mon, 25 Jun 2018 04:44:44 +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: 4e89c640-2194-4258-9567-9e33656d17b8 X-Archives-Hash: 2939b290cf49d8125d81666716a0d350 commit: 89f1a5de9733277dd5c8f7c60eaa3725f52e2168 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 24 22:49:56 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 25 04:43:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f1a5de sci-visualization/visit: Sort DEPENDs Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-visualization/visit/visit-2.12.3-r1.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sci-visualization/visit/visit-2.12.3-r1.ebuild b/sci-visualization/visit/visit-2.12.3-r1.ebuild index 4dde1a6975f..7c25cc96c29 100644 --- a/sci-visualization/visit/visit-2.12.3-r1.ebuild +++ b/sci-visualization/visit/visit-2.12.3-r1.ebuild @@ -16,17 +16,17 @@ KEYWORDS="~amd64 ~x86" IUSE="cgns debug hdf5 mpi netcdf silo tcmalloc threads xdmf2" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=" - ${PYTHON_DEPS} - tcmalloc? ( dev-util/google-perftools ) +RDEPEND="${PYTHON_DEPS} + dev-qt/qtx11extras:5 + =sci-libs/vtk-6.1.0*[imaging,mpi=,python,rendering,qt5,xdmf2?,${PYTHON_USEDEP}] + sys-libs/zlib + x11-libs/qwt:6[qt5(+)] cgns? ( sci-libs/cgnslib ) hdf5? ( sci-libs/hdf5 ) netcdf? ( sci-libs/netcdf ) silo? ( sci-libs/silo ) - =sci-libs/vtk-6.1.0*[imaging,mpi=,python,rendering,qt5,xdmf2?,${PYTHON_USEDEP}] - dev-qt/qtx11extras:5 - sys-libs/zlib - x11-libs/qwt:6[qt5(+)]" + tcmalloc? ( dev-util/google-perftools ) +" DEPEND="${RDEPEND} xdmf2? ( sci-libs/xdmf2 ) "