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 B2C18158087 for ; Wed, 2 Feb 2022 05:30:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CDA02BC072; Wed, 2 Feb 2022 05:30:42 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F3342BC002 for ; Wed, 2 Feb 2022 05:30:42 +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 EA125342EEB for ; Wed, 2 Feb 2022 05:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 533A8272 for ; Wed, 2 Feb 2022 05:30:39 +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: <1643779820.09d1d28bbd78efd378dc0367722a60d65b03a050.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/parmetis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/parmetis/parmetis-4.0.3-r2.ebuild X-VCS-Directories: sci-libs/parmetis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 09d1d28bbd78efd378dc0367722a60d65b03a050 X-VCS-Branch: master Date: Wed, 2 Feb 2022 05:30:39 +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: bc5475dd-7975-4ea5-b90a-2d108a99ab66 X-Archives-Hash: 00a8f0e8ecf5d914ec44f7415972664a commit: 09d1d28bbd78efd378dc0367722a60d65b03a050 Author: Sam James gentoo org> AuthorDate: Wed Feb 2 05:30:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 2 05:30:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d1d28b sci-libs/parmetis: Stabilize 4.0.3-r2 amd64, #816579 Signed-off-by: Sam James gentoo.org> sci-libs/parmetis/parmetis-4.0.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/parmetis/parmetis-4.0.3-r2.ebuild b/sci-libs/parmetis/parmetis-4.0.3-r2.ebuild index 90bfeec2fc17..866a15487754 100644 --- a/sci-libs/parmetis/parmetis-4.0.3-r2.ebuild +++ b/sci-libs/parmetis/parmetis-4.0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PN}/${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples openmp pcre" RESTRICT="mirror bindist"