commit: edc641fe6f1ee75c13d5d86a0eb49b41208a724d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 31 23:46:11 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Feb 1 01:33:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc641fe
dev-libs/kproperty: Restrict tests Closes: https://bugs.gentoo.org/636108 Package-Manager: Portage-2.3.21, Repoman-2.3.6 dev-libs/kproperty/kproperty-3.0.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/kproperty/kproperty-3.0.2.ebuild b/dev-libs/kproperty/kproperty-3.0.2.ebuild index 832eabff04c..89b43279613 100644 --- a/dev-libs/kproperty/kproperty-3.0.2.ebuild +++ b/dev-libs/kproperty/kproperty-3.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,3 +21,6 @@ DEPEND=" $(add_qt_dep qtwidgets) " RDEPEND="${DEPEND}" + +# tests require installed headers, bug 636108 +RESTRICT+=" test"
