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 6BA3D138359 for ; Tue, 21 Jul 2020 10:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A6C5E09A2; Tue, 21 Jul 2020 10:03:40 +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 E76D6E09A2 for ; Tue, 21 Jul 2020 10:03:39 +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 9AC5434F46E for ; Tue, 21 Jul 2020 10:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3473B2F4 for ; Tue, 21 Jul 2020 10:03:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1595325797.82579a5a10e38318ed3e07fc5e5e07d4d9493d9c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/metis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/metis/metis-4.0.3-r1.ebuild X-VCS-Directories: sci-libs/metis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 82579a5a10e38318ed3e07fc5e5e07d4d9493d9c X-VCS-Branch: master Date: Tue, 21 Jul 2020 10:03:35 +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: d98ec1e7-8e66-4b5c-949b-24857b9b66ea X-Archives-Hash: 572e3aadfc9f5123f17afca949692b1d commit: 82579a5a10e38318ed3e07fc5e5e07d4d9493d9c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 19 18:12:12 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 21 10:03:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82579a5a sci-libs/metis: Drop to ~hppa No stable revdeps. Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/metis/metis-4.0.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/metis/metis-4.0.3-r1.ebuild b/sci-libs/metis/metis-4.0.3-r1.ebuild index 2f0d76f02d5..649d419b412 100644 --- a/sci-libs/metis/metis-4.0.3-r1.ebuild +++ b/sci-libs/metis/metis-4.0.3-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PN}/OLD/${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs" RESTRICT="mirror bindist"