diff --git a/dev-python/soundfile/soundfile-0.10.3_p20201201.ebuild b/dev-python/soundfile/soundfile-0.10.3_p20201201-r1.ebuild similarity index 96% rename from dev-python/soundfile/soundfile-0.10.3_p20201201.ebuild rename to dev-python/soundfile/soundfile-0.10.3_p20201201-r1.ebuild index 5789a00..50659a6 100644 --- a/dev-python/soundfile/soundfile-0.10.3_p20201201.ebuild +++ b/dev-python/soundfile/soundfile-0.10.3_p20201201-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1