Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/
Date: Fri, 16 Apr 2021 19:37:36
Message-Id: 1618601540.68e763b549a00f3b970c5ea8de2a3b81346c3f24.asturm@gentoo
1 commit: 68e763b549a00f3b970c5ea8de2a3b81346c3f24
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 18:49:01 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 19:32:20 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=68e763b5
7
8 kde-apps/kamoso: Add new BDEPEND
9
10 Upstream commit ae766e6d1f252070ee84c79680f6199185b2af87
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/kamoso/kamoso-9999.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild
19 index b35599fbbc..e27fa92235 100644
20 --- a/kde-apps/kamoso/kamoso-9999.ebuild
21 +++ b/kde-apps/kamoso/kamoso-9999.ebuild
22 @@ -17,6 +17,8 @@ SLOT="5"
23 KEYWORDS=""
24 IUSE=""
25
26 +RESTRICT+=" test" # bug 653674
27 +
28 DEPEND="
29 dev-libs/glib:2
30 >=dev-qt/qtdeclarative-${QTMIN}:5
31 @@ -38,5 +40,4 @@ RDEPEND="${DEPEND}
32 media-plugins/gst-plugins-libpng:1.0
33 media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
34 "
35 -
36 -RESTRICT+=" test" # bug 653674
37 +BDEPEND="virtual/pkgconfig"