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: app-cdr/cdemu/
Date: Tue, 24 Jul 2018 15:10:20
Message-Id: 1532445007.7a1ced6d24b1c1ca8058c05a338357e2652751ac.mgorny@gentoo
1 commit: 7a1ced6d24b1c1ca8058c05a338357e2652751ac
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 14:16:42 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 15:10:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1ced6d
7
8 app-cdr/cdemu: Enable py3.7
9
10 app-cdr/cdemu/cdemu-3.2.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-cdr/cdemu/cdemu-3.2.0.ebuild b/app-cdr/cdemu/cdemu-3.2.0.ebuild
14 index d0d8bc99f22..4789d11580d 100644
15 --- a/app-cdr/cdemu/cdemu-3.2.0.ebuild
16 +++ b/app-cdr/cdemu/cdemu-3.2.0.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI="6"
20
21 -PYTHON_COMPAT=( python3_{4,5,6} )
22 +PYTHON_COMPAT=( python3_{4,5,6,7} )
23
24 inherit bash-completion-r1 cmake-utils python-single-r1 xdg-utils