aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-20 22:31:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-26 21:28:43 +0100
commitb34c05ee67c5ca7d00dda5ab239835d1a6e3a74e (patch)
tree3a66b2f05b922dc8410609b292fa2969ea13d0d4 /kde-frameworks/plasma
parentmedia-gfx/digikam: EAPI-7 bump (diff)
downloadkde-b34c05ee67c5ca7d00dda5ab239835d1a6e3a74e.tar.gz
kde-b34c05ee67c5ca7d00dda5ab239835d1a6e3a74e.tar.bz2
kde-b34c05ee67c5ca7d00dda5ab239835d1a6e3a74e.zip
kde-frameworks: EAPI-7 bump
Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/plasma')
-rw-r--r--kde-frameworks/plasma/plasma-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-frameworks/plasma/plasma-9999.ebuild b/kde-frameworks/plasma/plasma-9999.ebuild
index d24a45d547..02034285da 100644
--- a/kde-frameworks/plasma/plasma-9999.ebuild
+++ b/kde-frameworks/plasma/plasma-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
KMNAME="${PN}-framework"
VIRTUALX_REQUIRED="test"
@@ -12,6 +12,9 @@ LICENSE="LGPL-2+"
KEYWORDS=""
IUSE="gles2 wayland X"
+BDEPEND="
+ $(add_frameworks_dep kdoctools)
+"
RDEPEND="
$(add_frameworks_dep kactivities)
$(add_frameworks_dep karchive)
@@ -50,7 +53,6 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
- $(add_frameworks_dep kdoctools)
X? ( x11-base/xorg-proto )
"