From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02C88138336 for ; Thu, 12 Dec 2019 14:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1C18E0844; Thu, 12 Dec 2019 14:58:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B743DE0844 for ; Thu, 12 Dec 2019 14:58:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8531A34D983 for ; Thu, 12 Dec 2019 14:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00A01901 for ; Thu, 12 Dec 2019 14:58:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576162715.a3d9a12375e25b192f2174d45f32106c1108923d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/starpu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/starpu/starpu-1.2.6.ebuild X-VCS-Directories: dev-libs/starpu/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a3d9a12375e25b192f2174d45f32106c1108923d X-VCS-Branch: master Date: Thu, 12 Dec 2019 14:58:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 618d3002-a3bc-4174-985f-a22d0f1c0ed2 X-Archives-Hash: e2644efd884cdf314fd99e7924e83c16 commit: a3d9a12375e25b192f2174d45f32106c1108923d Author: Michał Górny gentoo org> AuthorDate: Thu Dec 12 14:55:24 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 12 14:58:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d9a123 dev-libs/starpu: Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> dev-libs/starpu/starpu-1.2.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/starpu/starpu-1.2.6.ebuild b/dev-libs/starpu/starpu-1.2.6.ebuild index 5417166bdf1..95988d42502 100644 --- a/dev-libs/starpu/starpu-1.2.6.ebuild +++ b/dev-libs/starpu/starpu-1.2.6.ebuild @@ -18,6 +18,7 @@ IUSE=" blas cuda doc examples fftw fortran gcc-plugin mpi opencl opengl spinlock-check static-libs test valgrind " +RESTRICT="!test? ( test )" RDEPEND=" sci-mathematics/glpk:0=