From: Michał Górny Date: Thu, 12 Dec 2019 14:55:45 +0000 (+0100) Subject: sci-libs/dlib: Fix MissingTestRestrict X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a8425c28d7cbc75e31db4c8a923f5161036d318c;p=gentoo.git sci-libs/dlib: Fix MissingTestRestrict Signed-off-by: Michał Górny --- 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