diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2021-03-06 23:42:44 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-03-07 09:43:18 +0100 |
commit | 97f6655e368c713625556e225004bc802f06129c (patch) | |
tree | d729ad950d57dfa5100cdc9b1c79a52cd20dac48 /dev-python/python-discid | |
parent | media-sound/jack: version bump, add python3_9 (diff) | |
download | gentoo-97f6655e368c713625556e225004bc802f06129c.tar.gz gentoo-97f6655e368c713625556e225004bc802f06129c.tar.bz2 gentoo-97f6655e368c713625556e225004bc802f06129c.zip |
dev-python/python-discid: add python3_9
ebuild test is fine
needed as dependency for media-sound/jack[python3_9]
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/19801
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-python/python-discid')
-rw-r--r-- | dev-python/python-discid/python-discid-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-discid/python-discid-1.2.0.ebuild b/dev-python/python-discid/python-discid-1.2.0.ebuild index d3458750ed41..c28f0f8aff4c 100644 --- a/dev-python/python-discid/python-discid-1.2.0.ebuild +++ b/dev-python/python-discid/python-discid-1.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 |