commit:     3b41872ab0fa7aac190590259f6baf790eaa2923
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 21:58:01 2022 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 21:58:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b41872a

app-admin/ansible-core: update supported python versions

Closes: 881769

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 .../{ansible-core-2.14.0.ebuild => ansible-core-2.14.0-r1.ebuild}       | 2 +-
 app-admin/ansible-core/ansible-core-9999.ebuild                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible-core/ansible-core-2.14.0.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.0-r1.ebuild
similarity index 97%
rename from app-admin/ansible-core/ansible-core-2.14.0.ebuild
rename to app-admin/ansible-core/ansible-core-2.14.0-r1.ebuild
index 3655837bc68d..619c37647ef9 100644
--- a/app-admin/ansible-core/ansible-core-2.14.0.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.14.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1

diff --git a/app-admin/ansible-core/ansible-core-9999.ebuild 
b/app-admin/ansible-core/ansible-core-9999.ebuild
index 10e608c937a9..928f307ff69a 100644
--- a/app-admin/ansible-core/ansible-core-9999.ebuild
+++ b/app-admin/ansible-core/ansible-core-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1

Reply via email to