diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-24 16:16:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-24 17:10:07 +0200 |
commit | 7a1ced6d24b1c1ca8058c05a338357e2652751ac (patch) | |
tree | 4556b3a6eafa6e35f81e6d623d067bd37d5c9199 /app-cdr/cdemu | |
parent | dev-db/lmdb: bump to 0.9.22 (diff) | |
download | gentoo-7a1ced6d24b1c1ca8058c05a338357e2652751ac.tar.gz gentoo-7a1ced6d24b1c1ca8058c05a338357e2652751ac.tar.bz2 gentoo-7a1ced6d24b1c1ca8058c05a338357e2652751ac.zip |
app-cdr/cdemu: Enable py3.7
Diffstat (limited to 'app-cdr/cdemu')
-rw-r--r-- | app-cdr/cdemu/cdemu-3.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |