diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-18 15:58:01 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-18 15:58:42 -0600 |
commit | 3b41872ab0fa7aac190590259f6baf790eaa2923 (patch) | |
tree | 021add18cc6ffeaa80313628d932e4e951da9a1c /app-admin | |
parent | net-misc/freerdp: reapply filter-lto (diff) | |
download | gentoo-3b41872ab0fa7aac190590259f6baf790eaa2923.tar.gz gentoo-3b41872ab0fa7aac190590259f6baf790eaa2923.tar.bz2 gentoo-3b41872ab0fa7aac190590259f6baf790eaa2923.zip |
app-admin/ansible-core: update supported python versions
Closes: 881769
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.14.0-r1.ebuild (renamed from app-admin/ansible-core/ansible-core-2.14.0.ebuild) | 2 | ||||
-rw-r--r-- | 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 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 |