diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-08 10:42:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-08 10:42:28 +0100 |
commit | 559f1eddebc05efe4735bf52c0b971c69c0adc18 (patch) | |
tree | 151f3e0de8cbe6d463a3947b26275cfdd3cd103b /app-cdr | |
parent | app-cdr/cdemu: Switch to new python-single-r1 API (diff) | |
download | gentoo-559f1eddebc05efe4735bf52c0b971c69c0adc18.tar.gz gentoo-559f1eddebc05efe4735bf52c0b971c69c0adc18.tar.bz2 gentoo-559f1eddebc05efe4735bf52c0b971c69c0adc18.zip |
app-cdr/cdemu: Tested on python3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdemu/cdemu-3.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-cdr/cdemu/cdemu-3.2.3.ebuild b/app-cdr/cdemu/cdemu-3.2.3.ebuild index ca81589f20ba..9786afa05476 100644 --- a/app-cdr/cdemu/cdemu-3.2.3.ebuild +++ b/app-cdr/cdemu/cdemu-3.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit bash-completion-r1 cmake-utils python-single-r1 xdg-utils |