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 F0B4B139337 for ; Sat, 31 Jul 2021 07:17:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5215E08FE; Sat, 31 Jul 2021 07:17:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BBF6FE08FE for ; Sat, 31 Jul 2021 07:17:11 +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 7F84034338C for ; Sat, 31 Jul 2021 07:17:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF7104A2 for ; Sat, 31 Jul 2021 07:17:08 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1627714829.195a4a393f440ae29db2550f5e023b065029c1e9.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/fti/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/fti/fti-1.6.ebuild X-VCS-Directories: sys-cluster/fti/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 195a4a393f440ae29db2550f5e023b065029c1e9 X-VCS-Branch: dev Date: Sat, 31 Jul 2021 07:17:08 +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: c1472877-f8a5-45bf-9e0a-d7ea22f9774c X-Archives-Hash: ae1128cdbd727555aae5170643426277 commit: 195a4a393f440ae29db2550f5e023b065029c1e9 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Jul 31 07:00:29 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Jul 31 07:00:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=195a4a39 sys-cluster/fti: tests doesn't work Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/fti/fti-1.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-cluster/fti/fti-1.6.ebuild b/sys-cluster/fti/fti-1.6.ebuild index fa294090d..945b18ac4 100644 --- a/sys-cluster/fti/fti-1.6.ebuild +++ b/sys-cluster/fti/fti-1.6.ebuild @@ -39,7 +39,8 @@ PATCHES=( "${FILESDIR}/${PN}-sionlib-includedir.patch" "${FILESDIR}/${PN}-add-spinx-ext-autodoc.patch" ) -RESTRICT="!test? ( test )" +#RESTRICT="!test? ( test )" +RESTRICT="test" pkg_setup() { fortran-2_pkg_setup