From a8425c28d7cbc75e31db4c8a923f5161036d318c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 12 Dec 2019 15:55:45 +0100 Subject: [PATCH] sci-libs/dlib: Fix MissingTestRestrict MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sci-libs/dlib/dlib-19.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/dlib/dlib-19.4.ebuild b/sci-libs/dlib/dlib-19.4.ebuild index c6116343a93b..8e755d5722ee 100644 --- a/sci-libs/dlib/dlib-19.4.ebuild +++ b/sci-libs/dlib/dlib-19.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cblas debug cuda examples gif jpeg lapack mkl png sqlite static-libs test X" +RESTRICT="!test? ( test )" # doc needs a bunch of deps not in portage -- 2.26.2