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 07758138334 for ; Fri, 15 Feb 2019 23:28:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E06FBE088A; Fri, 15 Feb 2019 23:28:38 +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 B9F5CE088A for ; Fri, 15 Feb 2019 23:28:37 +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 52640335CEC for ; Fri, 15 Feb 2019 23:28:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8952F542 for ; Fri, 15 Feb 2019 23:28:34 +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: <1550273303.f126f9507e7c7e62c89ce757304c7a042df552fb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/labplot/labplot-9999.ebuild X-VCS-Directories: sci-visualization/labplot/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f126f9507e7c7e62c89ce757304c7a042df552fb X-VCS-Branch: master Date: Fri, 15 Feb 2019 23:28:34 +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: ed3c6957-a131-48e1-9dc4-9b09181bd3ff X-Archives-Hash: 3dab7285afd2088f375b0f2d98f3112f commit: f126f9507e7c7e62c89ce757304c7a042df552fb Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Feb 15 23:20:34 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 15 23:28:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f126f950 sci-visualization/labplot: EAPI-7 bump Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-visualization/labplot/labplot-9999.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 8b114b53331..7e90a08059f 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 KDE_HANDBOOK="forceoptional" KDE_TEST="forceoptional" @@ -15,7 +15,11 @@ LICENSE="GPL-2" KEYWORDS="" IUSE="cantor fftw fits hdf5 libcerf netcdf root" -COMMON_DEPEND=" +BDEPEND=" + sys-devel/bison + sys-devel/gettext +" +DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) @@ -52,12 +56,7 @@ COMMON_DEPEND=" sys-libs/zlib ) " -DEPEND="${COMMON_DEPEND} - sys-devel/bison - sys-devel/gettext - x11-misc/shared-mime-info -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} !sci-visualization/labplot:4 "