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 C848E138359 for ; Wed, 25 Nov 2020 15:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE338E083E; Wed, 25 Nov 2020 15:10:44 +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 C0AFBE083E for ; Wed, 25 Nov 2020 15:10:44 +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 580AB340BE3 for ; Wed, 25 Nov 2020 15:10:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92AFC42F for ; Wed, 25 Nov 2020 15:10:41 +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: <1606317014.e699f4564d0e6276fc8446410fcbacf9ad9f1ced.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/paraview/paraview-5.8.1.ebuild X-VCS-Directories: sci-visualization/paraview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e699f4564d0e6276fc8446410fcbacf9ad9f1ced X-VCS-Branch: master Date: Wed, 25 Nov 2020 15:10:41 +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: c29ea888-0c30-4586-a9ef-44a073106b3f X-Archives-Hash: ea0300e66b713e0dd0b1a7a10af21c17 commit: e699f4564d0e6276fc8446410fcbacf9ad9f1ced Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 25 15:09:02 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 25 15:10:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e699f456 sci-visualization/paraview: Redo gnome2-utils -> xdg-utils eclass use Change was lost in commit 4d8cfcc3f0e5925bb40fc55ed9fb4dadb89b3c3f Bug: https://bugs.gentoo.org/729348 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-visualization/paraview/paraview-5.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-visualization/paraview/paraview-5.8.1.ebuild b/sci-visualization/paraview/paraview-5.8.1.ebuild index ac96e633bf9..27691bf13aa 100644 --- a/sci-visualization/paraview/paraview-5.8.1.ebuild +++ b/sci-visualization/paraview/paraview-5.8.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit cmake-utils desktop gnome2-utils python-single-r1 qmake-utils toolchain-funcs +inherit cmake-utils desktop python-single-r1 qmake-utils toolchain-funcs xdg-utils MAIN_PV=$(ver_cut 0-1) MAJOR_PV=$(ver_cut 1-2) @@ -15,8 +15,8 @@ HOMEPAGE="https://www.paraview.org" SRC_URI="https://www.paraview.org/files/v${MAJOR_PV}/${MY_P}.tar.xz" LICENSE="paraview GPL-2" -KEYWORDS="~amd64 ~x86" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql nvcontrol openmp offscreen plugins python +qt5 +sqlite test tk +webengine" RESTRICT="mirror test"