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 2816A1382C5 for ; Thu, 3 Dec 2020 03:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F0B0E0863; Thu, 3 Dec 2020 03:52:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DB7D7E0863 for ; Thu, 3 Dec 2020 03:52:27 +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 A4B2A3412EC for ; Thu, 3 Dec 2020 03:52:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28BB62C5 for ; Thu, 3 Dec 2020 03:52:25 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1606967541.fe43511d91a4c04e4f222ab3340cd928138608ee.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme/acme-1.10.0.ebuild app-crypt/acme/acme-1.9.0.ebuild X-VCS-Directories: app-crypt/acme/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: fe43511d91a4c04e4f222ab3340cd928138608ee X-VCS-Branch: master Date: Thu, 3 Dec 2020 03:52: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: 49bf007a-8618-413c-8aad-08d070e211e3 X-Archives-Hash: 005373afc4a25e890e78ef8db52db053 commit: fe43511d91a4c04e4f222ab3340cd928138608ee Author: Matthew Thode gentoo org> AuthorDate: Thu Dec 3 03:52:06 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu Dec 3 03:52:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe43511d app-crypt/acme: fix py39 specification Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> app-crypt/acme/acme-1.10.0.ebuild | 2 +- app-crypt/acme/acme-1.9.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/acme/acme-1.10.0.ebuild b/app-crypt/acme/acme-1.10.0.ebuild index 9c58fbb71ad..e6b050a6c6a 100644 --- a/app-crypt/acme/acme-1.10.0.ebuild +++ b/app-crypt/acme/acme-1.10.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python{3_6,3_7,3_8}) +PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then diff --git a/app-crypt/acme/acme-1.9.0.ebuild b/app-crypt/acme/acme-1.9.0.ebuild index e7b061126cc..da638d5ba96 100644 --- a/app-crypt/acme/acme-1.9.0.ebuild +++ b/app-crypt/acme/acme-1.9.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) +PYTHON_COMPAT=(python{3_6,3_7,3_8}) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then