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 07ED215800A for ; Sun, 6 Aug 2023 21:40:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24E562BC01F; Sun, 6 Aug 2023 21:40:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0BBA32BC021 for ; Sun, 6 Aug 2023 21:40:56 +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 EEAC933BEF5 for ; Sun, 6 Aug 2023 21:40:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2624AF20 for ; Sun, 6 Aug 2023 21:40:54 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1691358032.663712508ccb2f4997b1bc374fee61613c76d9dd.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-python/m2crypto/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-python/m2crypto/m2crypto-0.39.0.ebuild X-VCS-Directories: dev-python/m2crypto/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 663712508ccb2f4997b1bc374fee61613c76d9dd X-VCS-Branch: master Date: Sun, 6 Aug 2023 21:40:54 +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: 2621fc3f-eb65-4268-bd8b-1c792a720a07 X-Archives-Hash: 9a77a80f7a1477207082aff874b06e32 commit: 663712508ccb2f4997b1bc374fee61613c76d9dd Author: orbea riseup net> AuthorDate: Sun Aug 6 21:09:16 2023 +0000 Commit: orbea riseup net> CommitDate: Sun Aug 6 21:40:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=66371250 dev-python/m2crypto: stabilize 0.39.0 for ppc Signed-off-by: orbea riseup.net> dev-python/m2crypto/m2crypto-0.39.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/m2crypto/m2crypto-0.39.0.ebuild b/dev-python/m2crypto/m2crypto-0.39.0.ebuild index f5cc538..d627a8b 100644 --- a/dev-python/m2crypto/m2crypto-0.39.0.ebuild +++ b/dev-python/m2crypto/m2crypto-0.39.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://gitlab.com/m2crypto/m2crypto https://pypi.org/project/M2Crypto LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test abi_mips_n32 abi_mips_n64 abi_mips_o32" RESTRICT="!test? ( test )"