diff options
author | 2019-12-12 15:55:45 +0100 | |
---|---|---|
committer | 2019-12-12 15:58:47 +0100 | |
commit | a8425c28d7cbc75e31db4c8a923f5161036d318c (patch) | |
tree | c3ab717e13cc892b7f29d204a61ff7307a8a9160 /sci-libs/dlib | |
parent | sci-libs/ViSP: Fix MissingTestRestrict (diff) | |
download | gentoo-a8425c28d7cbc75e31db4c8a923f5161036d318c.tar.gz gentoo-a8425c28d7cbc75e31db4c8a923f5161036d318c.tar.bz2 gentoo-a8425c28d7cbc75e31db4c8a923f5161036d318c.zip |
sci-libs/dlib: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/dlib')
-rw-r--r-- | sci-libs/dlib/dlib-19.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |