summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-16 10:39:59 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-16 10:41:33 +0100
commite02ed737c57a42b070e64c7e2d746ba8b916f582 (patch)
tree4d06ebf2659a730df8e1e020a6cbecc77e2f8f36 /kde-misc/rsibreak
parentsys-apps/busybox: Drop old (diff)
downloadgentoo-e02ed737c57a42b070e64c7e2d746ba8b916f582.tar.gz
gentoo-e02ed737c57a42b070e64c7e2d746ba8b916f582.tar.bz2
gentoo-e02ed737c57a42b070e64c7e2d746ba8b916f582.zip
kde-misc/rsibreak: EAPI-7 bump
Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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
"