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 841B1138350 for ; Fri, 10 Jan 2020 06:19:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A16EDE0872; Fri, 10 Jan 2020 06:19:11 +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 74E82E0886 for ; Fri, 10 Jan 2020 06:19:11 +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 123F334DF34 for ; Fri, 10 Jan 2020 06:19:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E30698 for ; Fri, 10 Jan 2020 06:19:08 +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: <1578637139.a4e20b9894b3b349ff8ef99b9ac6290e3d65eaca.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cmd2/cmd2-0.9.23.ebuild X-VCS-Directories: dev-python/cmd2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a4e20b9894b3b349ff8ef99b9ac6290e3d65eaca X-VCS-Branch: master Date: Fri, 10 Jan 2020 06:19:08 +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: 05722408-3247-4085-8b54-7108eed1fcea X-Archives-Hash: 01440c1ab15da8330d5ba9f24a2fe27e commit: a4e20b9894b3b349ff8ef99b9ac6290e3d65eaca Author: Michał Górny gentoo org> AuthorDate: Fri Jan 10 05:52:51 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 10 06:18:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e20b98 dev-python/cmd2: Enable python3.8 Signed-off-by: Michał Górny gentoo.org> dev-python/cmd2/cmd2-0.9.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cmd2/cmd2-0.9.23.ebuild b/dev-python/cmd2/cmd2-0.9.23.ebuild index 96e135a24d8..502253d32c9 100644 --- a/dev-python/cmd2/cmd2-0.9.23.ebuild +++ b/dev-python/cmd2/cmd2-0.9.23.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=( python3_{6,7,8} ) inherit distutils-r1 virtualx