Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kproperty/
Date: Thu, 01 Feb 2018 01:34:12
Message-Id: 1517448791.edc641fe6f1ee75c13d5d86a0eb49b41208a724d.asturm@gentoo
1 commit: edc641fe6f1ee75c13d5d86a0eb49b41208a724d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 31 23:46:11 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 1 01:33:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc641fe
7
8 dev-libs/kproperty: Restrict tests
9
10 Closes: https://bugs.gentoo.org/636108
11 Package-Manager: Portage-2.3.21, Repoman-2.3.6
12
13 dev-libs/kproperty/kproperty-3.0.2.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/kproperty/kproperty-3.0.2.ebuild b/dev-libs/kproperty/kproperty-3.0.2.ebuild
17 index 832eabff04c..89b43279613 100644
18 --- a/dev-libs/kproperty/kproperty-3.0.2.ebuild
19 +++ b/dev-libs/kproperty/kproperty-3.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -21,3 +21,6 @@ DEPEND="
27 $(add_qt_dep qtwidgets)
28 "
29 RDEPEND="${DEPEND}"
30 +
31 +# tests require installed headers, bug 636108
32 +RESTRICT+=" test"