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 AC061158086 for ; Wed, 12 Jan 2022 00:32:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E3D82BC010; Wed, 12 Jan 2022 00:32:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 33F192BC010 for ; Wed, 12 Jan 2022 00:32:49 +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 E8DE7343102 for ; Wed, 12 Jan 2022 00:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50A82246 for ; Wed, 12 Jan 2022 00:32:46 +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: <1641947544.1e243f49b2b2e6d22b613248cbac2e05eacc6b1f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gmpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gmpy/gmpy-2.1.0.ebuild X-VCS-Directories: dev-python/gmpy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1e243f49b2b2e6d22b613248cbac2e05eacc6b1f X-VCS-Branch: master Date: Wed, 12 Jan 2022 00:32:46 +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: 21765d45-3c35-4916-ac57-37c036f3c8a9 X-Archives-Hash: 3c389104366e25fdcb32abd1184864c8 commit: 1e243f49b2b2e6d22b613248cbac2e05eacc6b1f Author: Sam James gentoo org> AuthorDate: Wed Jan 12 00:32:24 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 12 00:32:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e243f49 dev-python/gmpy: Stabilize 2.1.0 x86, #831032 Signed-off-by: Sam James gentoo.org> dev-python/gmpy/gmpy-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/gmpy/gmpy-2.1.0.ebuild b/dev-python/gmpy/gmpy-2.1.0.ebuild index 5e7e2a5ddaad..547d1c0b3d78 100644 --- a/dev-python/gmpy/gmpy-2.1.0.ebuild +++ b/dev-python/gmpy/gmpy-2.1.0.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="LGPL-3+" SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND=" >=dev-libs/mpc-1.0.2:=