Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kget/
Date: Sun, 30 Aug 2020 18:53:25
Message-Id: 1598813568.7a1f37d5ff930f1ec82a4f04775c8d07a7af07cd.asturm@gentoo
1 commit: 7a1f37d5ff930f1ec82a4f04775c8d07a7af07cd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 18:52:32 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 18:52:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1f37d5
7
8 kde-apps/kget: Restrict tests in this version
9
10 Closes: https://bugs.gentoo.org/739670
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 kde-apps/kget/kget-20.08.0.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/kde-apps/kget/kget-20.08.0.ebuild b/kde-apps/kget/kget-20.08.0.ebuild
18 index a0a627fd08a..3d392408d98 100644
19 --- a/kde-apps/kget/kget-20.08.0.ebuild
20 +++ b/kde-apps/kget/kget-20.08.0.ebuild
21 @@ -18,6 +18,8 @@ SLOT="5"
22 KEYWORDS="~amd64 ~arm64 ~x86"
23 IUSE="bittorrent gpg kde mms sqlite"
24
25 +RESTRICT+=" test" # bug 739670
26 +
27 RDEPEND="
28 >=dev-qt/qtdbus-${QTMIN}:5
29 >=dev-qt/qtgui-${QTMIN}:5