Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/artikulate/
Date: Mon, 07 Sep 2020 15:51:24
Message-Id: 1599493842.8d06ec731578bba01cfce15e92171e5f39b807ae.asturm@gentoo
1 commit: 8d06ec731578bba01cfce15e92171e5f39b807ae
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 7 15:50:42 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 15:50:42 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=8d06ec73
7
8 kde-apps/artikulate: DEPEND on >=media-libs/qt-gstreamer-1.2.0:0-qt4
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-apps/artikulate/artikulate-4.14.3.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/kde-apps/artikulate/artikulate-4.14.3.ebuild b/kde-apps/artikulate/artikulate-4.14.3.ebuild
17 index a81cd7a2..95fe0008 100644
18 --- a/kde-apps/artikulate/artikulate-4.14.3.ebuild
19 +++ b/kde-apps/artikulate/artikulate-4.14.3.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 DECLARATIVE_REQUIRED="always"
28 KDE_HANDBOOK="optional"
29 -inherit kde4-base multilib
30 +inherit kde4-base
31
32 DESCRIPTION="Language learning application that helps improving pronunciation skills"
33 HOMEPAGE="https://edu.kde.org/applications/language/artikulate"
34 @@ -14,7 +14,7 @@ IUSE="debug"
35
36 DEPEND="
37 dev-qt/qtxmlpatterns:4
38 - >=media-libs/qt-gstreamer-1.2.0[qt4(+)]
39 + >=media-libs/qt-gstreamer-1.2.0:0-qt4
40 "
41 RDEPEND="${DEPEND}
42 $(add_kdeapps_dep kqtquickcharts)