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 8906A138350 for ; Fri, 17 Apr 2020 14:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C23FE089B; Fri, 17 Apr 2020 14:17:28 +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 8399FE089B for ; Fri, 17 Apr 2020 14:17:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8E5CA34F08C for ; Fri, 17 Apr 2020 14:17:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF6BF1DD for ; Fri, 17 Apr 2020 14:17:25 +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: <1587133026.a3e8cf8fd379d61a93c5db0dfa623c6df683d1e1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/m2crypto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/m2crypto/m2crypto-0.35.2.ebuild X-VCS-Directories: dev-python/m2crypto/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a3e8cf8fd379d61a93c5db0dfa623c6df683d1e1 X-VCS-Branch: master Date: Fri, 17 Apr 2020 14:17:25 +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: 3371470b-ec4c-49f4-b491-faf1dfcf0c57 X-Archives-Hash: 5dbcb975a704e96734f8bebf1354a681 commit: a3e8cf8fd379d61a93c5db0dfa623c6df683d1e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 17 13:22:34 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 17 14:17:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e8cf8f dev-python/m2crypto: python3_8 support Tests passed. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/m2crypto/m2crypto-0.35.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/m2crypto/m2crypto-0.35.2.ebuild b/dev-python/m2crypto/m2crypto-0.35.2.ebuild index 691ce76063c..de0dfcb82c4 100644 --- a/dev-python/m2crypto/m2crypto-0.35.2.ebuild +++ b/dev-python/m2crypto/m2crypto-0.35.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..7}) +PYTHON_COMPAT=( python2_7 python3_{6,7,8}) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 toolchain-funcs