From 028478d40a4831f9bee1a8e04fa6a60ba2dacb01 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 10 Jul 2021 19:09:23 +0200 Subject: [PATCH] dev-python/soundfile: Revbump to EAPI="8" Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank --- ..._p20201201.ebuild => soundfile-0.10.3_p20201201-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/soundfile/{soundfile-0.10.3_p20201201.ebuild => soundfile-0.10.3_p20201201-r1.ebuild} (96%) 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