summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-01 22:40:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-08 18:59:32 +0200
commit29579a1618c0b8ce20710b63e9f0f4ac4d81e12b (patch)
treee511c0d93a5e7f49057d35c0acf0064f7a5e6ab6 /media-radio
parentmedia-radio/KochMorse: Updated DEPEND, RDEPEND (diff)
downloadgentoo-29579a1618c0b8ce20710b63e9f0f4ac4d81e12b.tar.gz
gentoo-29579a1618c0b8ce20710b63e9f0f4ac4d81e12b.tar.bz2
gentoo-29579a1618c0b8ce20710b63e9f0f4ac4d81e12b.zip
media-radio/KochMorse: EAPI-7 bump
Closes: https://bugs.gentoo.org/684890 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild b/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild
index 7fb3da7984f0..3dbb7b44ee2b 100644
--- a/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild
+++ b/media-radio/KochMorse/KochMorse-3.4.0-r1.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
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}"