summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-16 00:20:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-16 00:28:23 +0100
commitf126f9507e7c7e62c89ce757304c7a042df552fb (patch)
tree16f9f0fec5c4521a19612634638e26086ae55f29 /sci-visualization
parentgames-puzzle/ksokoban: EAPI-7 bump (diff)
downloadgentoo-f126f9507e7c7e62c89ce757304c7a042df552fb.tar.gz
gentoo-f126f9507e7c7e62c89ce757304c7a042df552fb.tar.bz2
gentoo-f126f9507e7c7e62c89ce757304c7a042df552fb.zip
sci-visualization/labplot: EAPI-7 bump
Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/labplot/labplot-9999.ebuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
index 8b114b533318..7e90a08059fa 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
"