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 84EF613835A for ; Tue, 26 May 2020 03:10:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62237E085D; Tue, 26 May 2020 03:10:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 49AA1E085D for ; Tue, 26 May 2020 03:10:48 +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 BC45234EB55 for ; Tue, 26 May 2020 03:10:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A921238 for ; Tue, 26 May 2020 03:10:44 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1590462640.661552b1ba5b5372c7efcd1d80086881133597ba.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/glep63-check/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/glep63-check/glep63-check-9.ebuild X-VCS-Directories: app-crypt/glep63-check/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 661552b1ba5b5372c7efcd1d80086881133597ba X-VCS-Branch: master Date: Tue, 26 May 2020 03:10:44 +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: 68633669-0ea2-4fdc-815a-f2f297dd8062 X-Archives-Hash: ef7e141d2cbf20bac587a21f744aa560 commit: 661552b1ba5b5372c7efcd1d80086881133597ba Author: Mike Gilbert gentoo org> AuthorDate: Tue May 26 03:01:36 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue May 26 03:10:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661552b1 app-crypt/glep63-check: python3.8 Signed-off-by: Mike Gilbert gentoo.org> app-crypt/glep63-check/glep63-check-9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/glep63-check/glep63-check-9.ebuild b/app-crypt/glep63-check/glep63-check-9.ebuild index 19655a3b7bc..7efc46cc6b7 100644 --- a/app-crypt/glep63-check/glep63-check-9.ebuild +++ b/app-crypt/glep63-check/glep63-check-9.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1