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 3BFBB138334 for ; Sun, 15 Jul 2018 16:09:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E0D5E0839; Sun, 15 Jul 2018 16:09:17 +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 21AC7E0848 for ; Sun, 15 Jul 2018 16:09:17 +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 7FFB5335CB7 for ; Sun, 15 Jul 2018 16:09:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7241E379 for ; Sun, 15 Jul 2018 16:09:12 +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: <1531670937.5887390026d2e160397aba30cc72f27f4ee13250.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.5.2.ebuild X-VCS-Directories: sci-visualization/paraview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5887390026d2e160397aba30cc72f27f4ee13250 X-VCS-Branch: master Date: Sun, 15 Jul 2018 16:09:12 +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: 75d5f40a-7991-4566-b922-677bbff0b4a6 X-Archives-Hash: c2f92a276798730c39eefb65f804ce4c commit: 5887390026d2e160397aba30cc72f27f4ee13250 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 15 09:17:54 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 15 16:08:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58873900 sci-visualization/paraview: eutils -> desktop Package-Manager: Portage-2.3.41, Repoman-2.3.9 sci-visualization/paraview/paraview-5.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/paraview/paraview-5.5.2.ebuild b/sci-visualization/paraview/paraview-5.5.2.ebuild index b34c26b0330..695110e22ac 100644 --- a/sci-visualization/paraview/paraview-5.5.2.ebuild +++ b/sci-visualization/paraview/paraview-5.5.2.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit eutils cmake-utils python-single-r1 toolchain-funcs versionator +inherit cmake-utils desktop python-single-r1 toolchain-funcs versionator MAIN_PV=$(get_major_version) MAJOR_PV=$(get_version_component_range 1-2)