From 7a1ced6d24b1c1ca8058c05a338357e2652751ac Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 24 Jul 2018 16:16:42 +0200 Subject: app-cdr/cdemu: Enable py3.7 --- app-cdr/cdemu/cdemu-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-cdr/cdemu/cdemu-3.2.0.ebuild b/app-cdr/cdemu/cdemu-3.2.0.ebuild index d0d8bc99f220..4789d11580dd 100644 --- a/app-cdr/cdemu/cdemu-3.2.0.ebuild +++ b/app-cdr/cdemu/cdemu-3.2.0.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) inherit bash-completion-r1 cmake-utils python-single-r1 xdg-utils -- cgit v1.2.3-65-gdbad