From 0ede7451a4549b7adb01928bdef12b0e51bc88fb Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Tue, 8 Dec 2020 17:09:54 +0100 Subject: [PATCH] net-im/toot: Drop python3.7 support Package-Manager: Portage-3.0.11, Repoman-3.0.2 Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B Signed-off-by: Nils Freydank --- net-im/toot/{toot-0.27.0.ebuild => toot-0.27.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename net-im/toot/{toot-0.27.0.ebuild => toot-0.27.0-r1.ebuild} (95%) diff --git a/net-im/toot/toot-0.27.0.ebuild b/net-im/toot/toot-0.27.0-r1.ebuild similarity index 95% rename from net-im/toot/toot-0.27.0.ebuild rename to net-im/toot/toot-0.27.0-r1.ebuild index 1fbc43e..ebb99a3 100644 --- a/net-im/toot/toot-0.27.0.ebuild +++ b/net-im/toot/toot-0.27.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1