commit: c7d37cb55e85f8a1f4a768eda7bbd1f91138bb37
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 20:58:04 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 20:58:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d37cb5
sci-libs/indilib: Add missing RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-libs/indilib/indilib-1.8.2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-libs/indilib/indilib-1.8.2.ebuild
b/sci-libs/indilib/indilib-1.8.2.ebuild
index ca217dacc3d..1598a17c3d0 100644
--- a/sci-libs/indilib/indilib-1.8.2.ebuild
+++ b/sci-libs/indilib/indilib-1.8.2.ebuild
@@ -32,6 +32,8 @@ DEPEND="${RDEPEND}
test? ( >=dev-cpp/gtest-1.8.0 )
"
+RESTRICT="!test? ( test )"
+
S="${WORKDIR}/${P/lib/}"
src_configure() {