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 1DF49138334 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 F2121E0897; Mon, 25 Jun 2018 04:44:47 +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 B6FB5E0897 for ; Mon, 25 Jun 2018 04:44:47 +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 29B5B335CB3 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 84244348 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: <1529901827.a401a7aa145b010e815f5c1d7ab8fd55ffee4e1f.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: a401a7aa145b010e815f5c1d7ab8fd55ffee4e1f 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: ac5ac4ed-6be3-4fd2-983c-fbbb8c532bca X-Archives-Hash: 8d14ea4e4ce11bb4886ddb81ae399a10 commit: a401a7aa145b010e815f5c1d7ab8fd55ffee4e1f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 24 22:52:14 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 25 04:43:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a401a7aa sci-visualization/visit: Fix Qt5 libdir using qmake-utils Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-visualization/visit/visit-2.12.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-visualization/visit/visit-2.12.3-r1.ebuild b/sci-visualization/visit/visit-2.12.3-r1.ebuild index 7c25cc96c29..7784fc7c24c 100644 --- a/sci-visualization/visit/visit-2.12.3-r1.ebuild +++ b/sci-visualization/visit/visit-2.12.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit cmake-utils python-single-r1 +inherit cmake-utils python-single-r1 qmake-utils DESCRIPTION="A software that delivers parallel interactive visualizations" HOMEPAGE="https://wci.llnl.gov/simulation/computer-codes/visit" @@ -62,7 +62,7 @@ src_configure() { -DVISIT_HEADERS_SKIP_INSTALL=false -DVISIT_QWT_DIR="${EPREFIX}/usr" -DVISIT_QT5=true - -DVISIT_QT_DIR=/usr/lib/qt5/ + -DVISIT_QT_DIR=$(qt5_get_libdir)/qt5/ -DUSE_VISIT_THREAD=$(usex threads) ) if use hdf5; then