summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-13 04:11:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-26 21:28:35 +0100
commitacf296f38c49b618cd9fd0d8dab08cdf12fca074 (patch)
treee47739a01a9b010bd66747f1b3d4c5b303d1c902
parent9d668fde0460ccb5535fc5d9ffc822ed85a3e17d (diff)
downloadkde-acf296f38c49b618cd9fd0d8dab08cdf12fca074.tar.gz
kde-acf296f38c49b618cd9fd0d8dab08cdf12fca074.tar.bz2
kde-acf296f38c49b618cd9fd0d8dab08cdf12fca074.zip
kde-misc/rsibreak: EAPI-7 bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-misc/rsibreak/rsibreak-9999.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/kde-misc/rsibreak/rsibreak-9999.ebuild b/kde-misc/rsibreak/rsibreak-9999.ebuild
index 1746c824894..088175bd7e3 100644
--- a/kde-misc/rsibreak/rsibreak-9999.ebuild
+++ b/kde-misc/rsibreak/rsibreak-9999.ebuild
@@ -1,11 +1,11 @@
# 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,7 @@ LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
KEYWORDS=""
IUSE=""
-COMMON_DEPEND="
+DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
@@ -36,11 +36,9 @@ 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
"
+BDEPEND="sys-devel/gettext"