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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3AC42158094 for ; Thu, 15 Sep 2022 07:57:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A289E08EF; Thu, 15 Sep 2022 07:57:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F662E08EF for ; Thu, 15 Sep 2022 07:57:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19782340FB5 for ; Thu, 15 Sep 2022 07:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 569C25B5 for ; Thu, 15 Sep 2022 07:57:33 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1663228632.c96283cc61aababf67741e437305f2f26bb837c8.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ants/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ants/ants-2.4.1.ebuild X-VCS-Directories: sci-biology/ants/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: c96283cc61aababf67741e437305f2f26bb837c8 X-VCS-Branch: master Date: Thu, 15 Sep 2022 07:57:33 +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: 1fce7f20-7f76-4a00-9dca-031c6d2f40a7 X-Archives-Hash: d4b2c5d0959e5e0b35c8ff6312e88580 commit: c96283cc61aababf67741e437305f2f26bb837c8 Author: Horea Christian chymera eu> AuthorDate: Thu Sep 15 07:57:12 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Sep 15 07:57:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c96283cc sci-biology/ants: unkeyword 2.4.1 for ~amd64, ~x86 Signed-off-by: Horea Christian chymera.eu> sci-biology/ants/ants-2.4.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-biology/ants/ants-2.4.1.ebuild b/sci-biology/ants/ants-2.4.1.ebuild index feba81d2c..59be784d6 100644 --- a/sci-biology/ants/ants-2.4.1.ebuild +++ b/sci-biology/ants/ants-2.4.1.ebuild @@ -17,7 +17,9 @@ S="${WORKDIR}/${MY_PN}-${PV}" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~x86" +# Fails on account of not finding a source file: +# https://ppb.chymera.eu/e8dcb1.log +KEYWORDS="" IUSE="test vtk" RESTRICT="test"