Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/
Date: Fri, 10 Jan 2020 06:19:13
Message-Id: 1578637139.a4e20b9894b3b349ff8ef99b9ac6290e3d65eaca.mgorny@gentoo
1 commit: a4e20b9894b3b349ff8ef99b9ac6290e3d65eaca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 10 05:52:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 10 06:18:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e20b98
7
8 dev-python/cmd2: Enable python3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cmd2/cmd2-0.9.23.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/cmd2/cmd2-0.9.23.ebuild b/dev-python/cmd2/cmd2-0.9.23.ebuild
16 index 96e135a24d8..502253d32c9 100644
17 --- a/dev-python/cmd2/cmd2-0.9.23.ebuild
18 +++ b/dev-python/cmd2/cmd2-0.9.23.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python{3_6,3_7} )
24 +PYTHON_COMPAT=( python3_{6,7,8} )
25
26 inherit distutils-r1 virtualx