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 B1F5C138359 for ; Fri, 17 Jul 2020 03:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E265EE08E5; Fri, 17 Jul 2020 03:37:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CC839E08E5 for ; Fri, 17 Jul 2020 03:37:58 +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 CCFE234F18D for ; Fri, 17 Jul 2020 03:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F99A2D6 for ; Fri, 17 Jul 2020 03:37:55 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1594957066.78a823fb5c398b9fe7a9413be948a26a715bb095.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot-nginx/certbot-nginx-1.5.0.ebuild app-crypt/certbot-nginx/certbot-nginx-1.6.0.ebuild app-crypt/certbot-nginx/certbot-nginx-9999.ebuild X-VCS-Directories: app-crypt/certbot-nginx/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 78a823fb5c398b9fe7a9413be948a26a715bb095 X-VCS-Branch: master Date: Fri, 17 Jul 2020 03:37:55 +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: 659540e7-f017-4b77-854d-b822a95da1de X-Archives-Hash: 02fce8ae8441ddeaf77358dabaa6d634 commit: 78a823fb5c398b9fe7a9413be948a26a715bb095 Author: Matt Turner gentoo org> AuthorDate: Fri Jul 17 03:37:16 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 17 03:37:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a823fb app-crypt/certbot-nginx: Add Python 3.8 compatibility Signed-off-by: Matt Turner gentoo.org> app-crypt/certbot-nginx/certbot-nginx-1.5.0.ebuild | 2 +- app-crypt/certbot-nginx/certbot-nginx-1.6.0.ebuild | 2 +- app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.5.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.5.0.ebuild index 788549159e4..ef91a302cea 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.5.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.5.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}) +PYTHON_COMPAT=(python{3_6,3_7,3_8}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.6.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.6.0.ebuild index cf2c81af951..1d92bc0c30f 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.6.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.6.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}) +PYTHON_COMPAT=(python{3_6,3_7,3_8}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild index cf2c81af951..1d92bc0c30f 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.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}) +PYTHON_COMPAT=(python{3_6,3_7,3_8}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git"