summaryrefslogtreecommitdiff
path: root/kde-frameworks/kimageformats
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kimageformats')
-rw-r--r--kde-frameworks/kimageformats/kimageformats-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-frameworks/kimageformats/kimageformats-9999.ebuild b/kde-frameworks/kimageformats/kimageformats-9999.ebuild
index e742b023655..835c06f83d3 100644
--- a/kde-frameworks/kimageformats/kimageformats-9999.ebuild
+++ b/kde-frameworks/kimageformats/kimageformats-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
KDE_QTHELP="false"
VIRTUALX_REQUIRED="test"
@@ -12,7 +12,7 @@ LICENSE="LGPL-2+"
KEYWORDS=""
IUSE="eps openexr"
-RDEPEND="
+DEPEND="
$(add_frameworks_dep karchive)
$(add_qt_dep qtgui)
eps? ( $(add_qt_dep qtprintsupport) )
@@ -21,7 +21,7 @@ RDEPEND="
media-libs/openexr:=
)
"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
DOCS=( src/imageformats/AUTHORS )