summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-01 00:46:11 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-01 02:33:11 +0100
commitedc641fe6f1ee75c13d5d86a0eb49b41208a724d (patch)
tree7b0a663d639c4824aa3f00a6aa196ad496daa8ad /dev-libs/kproperty
parentwww-client/qupzilla: 2.2.5 version bump (diff)
downloadgentoo-edc641fe6f1ee75c13d5d86a0eb49b41208a724d.tar.gz
gentoo-edc641fe6f1ee75c13d5d86a0eb49b41208a724d.tar.bz2
gentoo-edc641fe6f1ee75c13d5d86a0eb49b41208a724d.zip
dev-libs/kproperty: Restrict tests
Closes: https://bugs.gentoo.org/636108 Package-Manager: Portage-2.3.21, Repoman-2.3.6
Diffstat (limited to 'dev-libs/kproperty')
-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"