From 29579a1618c0b8ce20710b63e9f0f4ac4d81e12b Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 1 May 2019 22:40:23 +0200 Subject: 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 --- media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'media-radio') 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}" -- cgit v1.2.3-65-gdbad