media-radio/KochMorse: EAPI-7 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 1 May 2019 20:40:23 +0000 (22:40 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 8 May 2019 16:59:32 +0000 (18:59 +0200)
Closes: https://bugs.gentoo.org/684890
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild

index 7fb3da7984f09233aa16a016172dae6f68d855c4..3dbb7b44ee2b727f3e2d0405097c36f830632570 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils
 
@@ -14,12 +14,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-qt/qtcore:5
+BDEPEND="dev-qt/linguist-tools:5"
+RDEPEND="
+       dev-qt/qtcore:5
        dev-qt/qtgui:5
        dev-qt/qtmultimedia:5
        dev-qt/qtwidgets:5"
-DEPEND="${RDEPEND}
-       dev-qt/linguist-tools:5"
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/kochmorse-${PV}"