Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/
Date: Fri, 15 Feb 2019 23:28:40
Message-Id: 1550273303.f126f9507e7c7e62c89ce757304c7a042df552fb.asturm@gentoo
1 commit: f126f9507e7c7e62c89ce757304c7a042df552fb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 23:20:34 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 23:28:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f126f950
7
8 sci-visualization/labplot: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-visualization/labplot/labplot-9999.ebuild | 17 ++++++++---------
14 1 file changed, 8 insertions(+), 9 deletions(-)
15
16 diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
17 index 8b114b53331..7e90a08059f 100644
18 --- a/sci-visualization/labplot/labplot-9999.ebuild
19 +++ b/sci-visualization/labplot/labplot-9999.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 KDE_HANDBOOK="forceoptional"
29 KDE_TEST="forceoptional"
30 @@ -15,7 +15,11 @@ LICENSE="GPL-2"
31 KEYWORDS=""
32 IUSE="cantor fftw fits hdf5 libcerf netcdf root"
33
34 -COMMON_DEPEND="
35 +BDEPEND="
36 + sys-devel/bison
37 + sys-devel/gettext
38 +"
39 +DEPEND="
40 $(add_frameworks_dep karchive)
41 $(add_frameworks_dep kcompletion)
42 $(add_frameworks_dep kconfig)
43 @@ -52,12 +56,7 @@ COMMON_DEPEND="
44 sys-libs/zlib
45 )
46 "
47 -DEPEND="${COMMON_DEPEND}
48 - sys-devel/bison
49 - sys-devel/gettext
50 - x11-misc/shared-mime-info
51 -"
52 -RDEPEND="${COMMON_DEPEND}
53 +RDEPEND="${DEPEND}
54 !sci-visualization/labplot:4
55 "