aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-10 13:06:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-10 21:53:39 +0200
commitd9482150ac8063ac529fed5f14c39d2ff49b36af (patch)
tree9b735e99042fd9665794169e09ad4edaba63139a
parentkde-apps/kiten: Fix font install (diff)
downloadkde-d9482150.tar.gz
kde-d9482150.tar.bz2
kde-d9482150.zip
kde-apps/kgoldrunner: Punt bogus Phonon4Qt5 dep
Closes: https://bugs.gentoo.org/665550 Package-Manager: Portage-2.3.48, Repoman-2.3.10
-rw-r--r--kde-apps/kgoldrunner/kgoldrunner-9999.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/kde-apps/kgoldrunner/kgoldrunner-9999.ebuild b/kde-apps/kgoldrunner/kgoldrunner-9999.ebuild
index f63c91c491..431b19eae1 100644
--- a/kde-apps/kgoldrunner/kgoldrunner-9999.ebuild
+++ b/kde-apps/kgoldrunner/kgoldrunner-9999.ebuild
@@ -34,3 +34,8 @@ DEPEND="
RDEPEND="${DEPEND}
!<kde-apps/kde4-l10n-17.07.80
"
+
+src_prepare() {
+ kde5_src_prepare
+ punt_bogus_dep Phonon 4Qt5
+}