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 6ED8F138350 for ; Thu, 23 Apr 2020 08:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2ACDE0B35; Thu, 23 Apr 2020 08:39:41 +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 9A690E0B35 for ; Thu, 23 Apr 2020 08:39:41 +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 ACEDF34F21D for ; Thu, 23 Apr 2020 08:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9287F1E2 for ; Thu, 23 Apr 2020 08:39:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1587631165.4dee6500274731c70288ab932e926fa79e01607a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipdb/ipdb-0.10.3.ebuild X-VCS-Directories: dev-python/ipdb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4dee6500274731c70288ab932e926fa79e01607a X-VCS-Branch: master Date: Thu, 23 Apr 2020 08:39:38 +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: af1c2f60-bce3-4737-a509-2d8f07c8487a X-Archives-Hash: 6376ee66ea9250b6c1c49329ff333258 commit: 4dee6500274731c70288ab932e926fa79e01607a Author: Michał Górny gentoo org> AuthorDate: Thu Apr 23 08:27:43 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 23 08:39:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dee6500 dev-python/ipdb: Enable py3.7 Signed-off-by: Michał Górny gentoo.org> dev-python/ipdb/ipdb-0.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ipdb/ipdb-0.10.3.ebuild b/dev-python/ipdb/ipdb-0.10.3.ebuild index 698716c7097..659f91f7613 100644 --- a/dev-python/ipdb/ipdb-0.10.3.ebuild +++ b/dev-python/ipdb/ipdb-0.10.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1