commit: 8a27c152d8ac57d4f5d5827d941c892357587cf4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 1 00:05:38 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 1 00:08:20 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a27c152
dev-libs/kproperty: Restrict tests
Package-Manager: Portage-2.3.21, Repoman-2.3.6
dev-libs/kproperty/kproperty-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-libs/kproperty/kproperty-9999.ebuild
b/dev-libs/kproperty/kproperty-9999.ebuild
index b23761dae0..25c59d072d 100644
--- a/dev-libs/kproperty/kproperty-9999.ebuild
+++ b/dev-libs/kproperty/kproperty-9999.ebuild
@@ -21,3 +21,6 @@ DEPEND="
$(add_qt_dep qtwidgets)
"
RDEPEND="${DEPEND}"
+
+# tests require installed headers, bug 636108
+RESTRICT+=" test"