diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2019-12-17 18:23:20 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2019-12-17 19:37:24 +0100 |
commit | 9ff488ba1065f3edfea6d4f2aa1957df50435af3 (patch) | |
tree | f878ac0380e19daa9c2884c6e551b34a024fe909 /dev-python/dissononce | |
parent | dev-python/transitions: add python3.8 support (diff) | |
download | gentoo-9ff488ba1065f3edfea6d4f2aa1957df50435af3.tar.gz gentoo-9ff488ba1065f3edfea6d4f2aa1957df50435af3.tar.bz2 gentoo-9ff488ba1065f3edfea6d4f2aa1957df50435af3.zip |
dev-python/dissononce: add python3.8 support
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/dissononce')
-rw-r--r-- | dev-python/dissononce/dissononce-0.34.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild b/dev-python/dissononce/dissononce-0.34.3.ebuild index fbb9a7559074..24a9d90eae7f 100644 --- a/dev-python/dissononce/dissononce-0.34.3.ebuild +++ b/dev-python/dissononce/dissononce-0.34.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) inherit distutils-r1 |