summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/kproperty/kproperty-3.0.2.ebuild')
-rw-r--r--dev-libs/kproperty/kproperty-3.0.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/kproperty/kproperty-3.0.2.ebuild b/dev-libs/kproperty/kproperty-3.0.2.ebuild
index 832eabff04c5..89b43279613d 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"