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-frameworks/kdoctools/
Date: Tue, 09 Oct 2018 21:05:08
Message-Id: 1539119072.fda3fd1e6949d5403eb91767d22431cdf7608cd4.asturm@gentoo
1 commit: fda3fd1e6949d5403eb91767d22431cdf7608cd4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 20:41:56 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 21:04:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda3fd1e
7
8 kde-frameworks/kdoctools: Disable broken kdoctools_install test
9
10 Broken upstream, no time for that.
11
12 Bug: https://bugs.gentoo.org/665622
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 kde-frameworks/kdoctools/kdoctools-5.50.0.ebuild | 11 ++++++++++-
17 1 file changed, 10 insertions(+), 1 deletion(-)
18
19 diff --git a/kde-frameworks/kdoctools/kdoctools-5.50.0.ebuild b/kde-frameworks/kdoctools/kdoctools-5.50.0.ebuild
20 index 02032df43e8..c306724f6ff 100644
21 --- a/kde-frameworks/kdoctools/kdoctools-5.50.0.ebuild
22 +++ b/kde-frameworks/kdoctools/kdoctools-5.50.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -23,3 +23,12 @@ DEPEND="${RDEPEND}
30 dev-lang/perl
31 dev-perl/URI
32 "
33 +
34 +src_test() {
35 + # bug 665622
36 + local myctestargs=(
37 + -E "(kdoctools_install)"
38 + )
39 +
40 + kde5_src_test
41 +}