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 2D9001382C5 for ; Mon, 2 Apr 2018 12:45:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ADCFE0D27; Mon, 2 Apr 2018 12:45:31 +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 07F46E0D27 for ; Mon, 2 Apr 2018 12:45:30 +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 CB926335DAC for ; Mon, 2 Apr 2018 12:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EC52276 for ; Mon, 2 Apr 2018 12:45:28 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1522672175.917d8f6ecf968ba641c3a6cbe9b78bddc79f4790.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/trilinos/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/trilinos/trilinos-12.12.1.ebuild X-VCS-Directories: sci-libs/trilinos/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 917d8f6ecf968ba641c3a6cbe9b78bddc79f4790 X-VCS-Branch: master Date: Mon, 2 Apr 2018 12:45:28 +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: 122e80f2-dbda-4536-9822-92931d68fc20 X-Archives-Hash: eb54ed963094a7df2c6b49278646cf32 commit: 917d8f6ecf968ba641c3a6cbe9b78bddc79f4790 Author: Justin Lecher gentoo org> AuthorDate: Mon Apr 2 12:29:35 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Apr 2 12:29:35 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=917d8f6e sci-libs/trilinos: Change USE=qt to qt5 Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.27, Repoman-2.3.9 sci-libs/trilinos/trilinos-12.12.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/trilinos/trilinos-12.12.1.ebuild b/sci-libs/trilinos/trilinos-12.12.1.ebuild index 2e8589530..bdf76c3e9 100644 --- a/sci-libs/trilinos/trilinos-12.12.1.ebuild +++ b/sci-libs/trilinos/trilinos-12.12.1.ebuild @@ -16,7 +16,7 @@ SLOT="0" IUSE=" adolc arprec boost clp cppunit cuda eigen glpk gtest hdf5 hwloc hypre - matio metis mkl mumps netcdf petsc qd qt scalapack scotch sparse + matio metis mkl mumps netcdf petsc qd qt5 scalapack scotch sparse superlu taucs tbb test threads tvmet yaml zlib X " @@ -45,7 +45,7 @@ RDEPEND=" netcdf? ( sci-libs/netcdf ) petsc? ( sci-mathematics/petsc ) qd? ( sci-libs/qd ) - qt? ( dev-qt/qtgui ) + qt5? ( dev-qt/qtgui:5= ) scalapack? ( virtual/scalapack ) scotch? ( sci-libs/scotch ) sparse? ( sci-libs/cxsparse sci-libs/umfpack ) @@ -128,7 +128,7 @@ src_configure() { -DTPL_ENABLE_PETSC="$(usex petsc)" -DTPL_ENABLE_Pthread="$(usex threads)" -DTPL_ENABLE_QD="$(usex qd)" - -DTPL_ENABLE_QT="$(usex qt)" + -DTPL_ENABLE_QT="$(usex qt5)" -DTPL_ENABLE_SCALAPACK="$(usex scalapack)" -DTPL_ENABLE_Scotch="$(usex scotch)" -DTPL_ENABLE_SuperLU="$(usex superlu)"