From edc641fe6f1ee75c13d5d86a0eb49b41208a724d Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 1 Feb 2018 00:46:11 +0100 Subject: 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(-) (limited to 'dev-libs/kproperty') 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" -- cgit v1.2.3-65-gdbad