summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/rsibreak')
-rw-r--r--kde-misc/rsibreak/rsibreak-0.12.9-r1.ebuild (renamed from kde-misc/rsibreak/rsibreak-0.12.9.ebuild)14
1 files changed, 6 insertions, 8 deletions
diff --git a/kde-misc/rsibreak/rsibreak-0.12.9.ebuild b/kde-misc/rsibreak/rsibreak-0.12.9-r1.ebuild
index 1de954239c98..451c2934bf5e 100644
--- a/kde-misc/rsibreak/rsibreak-0.12.9.ebuild
+++ b/kde-misc/rsibreak/rsibreak-0.12.9-r1.ebuild
@@ -1,11 +1,11 @@
-# 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"
VIRTUALX_REQUIRED="test"
-inherit kde5 eapi7-ver
+inherit kde5
DESCRIPTION="Small utility which bothers you at certain intervals"
HOMEPAGE="https://userbase.kde.org/RSIBreak"
@@ -17,7 +17,8 @@ LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
KEYWORDS="~amd64 ~x86"
IUSE=""
-COMMON_DEPEND="
+BDEPEND="sys-devel/gettext"
+DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
@@ -36,11 +37,8 @@ COMMON_DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
-"
# bug 587170 for frameworkintegration
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
$(add_frameworks_dep frameworkintegration)
!kde-misc/rsibreak:4
"