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 BB1DC1382C5 for ; Sat, 5 Dec 2020 07:54:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4758E091B; Sat, 5 Dec 2020 07:54:47 +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 9ECFBE091B for ; Sat, 5 Dec 2020 07:54:47 +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 A7FDF340E9E for ; Sat, 5 Dec 2020 07:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2405338A for ; Sat, 5 Dec 2020 07:54:45 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1607154820.e82d452d458863d47878d0702911aef5fd2f3b42.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pychroot/pychroot-9999.ebuild X-VCS-Directories: dev-python/pychroot/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: e82d452d458863d47878d0702911aef5fd2f3b42 X-VCS-Branch: master Date: Sat, 5 Dec 2020 07:54:45 +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: 4cbd0288-a6ab-4f63-8ce4-69e5e5bda0ef X-Archives-Hash: 7924f5b6a7b09a63f06786e3f7740967 commit: e82d452d458863d47878d0702911aef5fd2f3b42 Author: Tim Harder gentoo org> AuthorDate: Sat Dec 5 07:53:40 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Dec 5 07:53:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82d452d dev-python/pychroot: drop py36 and py37 support Signed-off-by: Tim Harder gentoo.org> dev-python/pychroot/pychroot-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild index 61c91071879..e037f1a3068 100644 --- a/dev-python/pychroot/pychroot-9999.ebuild +++ b/dev-python/pychroot/pychroot-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then