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 57ED115806E for ; Fri, 26 May 2023 14:38:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2484E08BB; Fri, 26 May 2023 14:38:54 +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 8642CE08AD for ; Fri, 26 May 2023 14:38:54 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C441341022 for ; Fri, 26 May 2023 14:38:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB583A83 for ; Fri, 26 May 2023 14:38:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685111902.896ac92d45f1e4b2c9af3b38c7ef2727530ffe49.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/med/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/med/med-4.1.1-r3.ebuild X-VCS-Directories: sci-libs/med/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 896ac92d45f1e4b2c9af3b38c7ef2727530ffe49 X-VCS-Branch: master Date: Fri, 26 May 2023 14:38:50 +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: eccb2beb-fbca-4041-a931-a724dbc2e48e X-Archives-Hash: 3b9699ae45313cecb4fe0c931e29533f commit: 896ac92d45f1e4b2c9af3b38c7ef2727530ffe49 Author: Sam James gentoo org> AuthorDate: Fri May 26 14:38:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 26 14:38:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896ac92d sci-libs/med: Stabilize 4.1.1-r3 amd64, #907206 Signed-off-by: Sam James gentoo.org> sci-libs/med/med-4.1.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/med/med-4.1.1-r3.ebuild b/sci-libs/med/med-4.1.1-r3.ebuild index 6fa0f413d8c9..c5d4f76fecce 100644 --- a/sci-libs/med/med-4.1.1-r3.ebuild +++ b/sci-libs/med/med-4.1.1-r3.ebuild @@ -16,7 +16,7 @@ LICENSE="LGPL-3" S="${WORKDIR}/${P}_SRC" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc fortran mpi python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test ) python? ( test )"