diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-10-20 09:48:45 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-10-20 09:49:17 +0200 |
commit | 78bc1e9d555608287c59404d57d4e877ed47574f (patch) | |
tree | a54b16847e23370efaeb252ee3218057aec434b9 /media-sound | |
parent | TODO.md: remove lean (diff) | |
download | guru-78bc1e9d555608287c59404d57d4e877ed47574f.tar.gz guru-78bc1e9d555608287c59404d57d4e877ed47574f.tar.bz2 guru-78bc1e9d555608287c59404d57d4e877ed47574f.zip |
media-sound/hushboard: update PYTHON_COMPAT for Python 10
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild (renamed from media-sound/hushboard/hushboard-0.0_pre20210317.ebuild) | 4 | ||||
-rw-r--r-- | media-sound/hushboard/hushboard-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild b/media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild index 6b7287ef2..be4e0dcb2 100644 --- a/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild +++ b/media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 diff --git a/media-sound/hushboard/hushboard-9999.ebuild b/media-sound/hushboard/hushboard-9999.ebuild index 6b7287ef2..be4e0dcb2 100644 --- a/media-sound/hushboard/hushboard-9999.ebuild +++ b/media-sound/hushboard/hushboard-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |