commit: 31ee1390be3d72355b8065e10c2969f6ee1e8257
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 15 18:05:43 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 18:05:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ee1390
app-admin/supervisor: Stabilize 4.3.0 amd64, #967298
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-admin/supervisor/supervisor-4.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/supervisor/supervisor-4.3.0.ebuild
b/app-admin/supervisor/supervisor-4.3.0.ebuild
index 07cbffc0d912..9a25b78ce720 100644
--- a/app-admin/supervisor/supervisor-4.3.0.ebuild
+++ b/app-admin/supervisor/supervisor-4.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..14} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
# xml.etree.ElementTree module required.
PYTHON_REQ_USE="xml(+)"
@@ -15,7 +15,7 @@ HOMEPAGE="https://supervisord.org/
https://pypi.org/project/supervisor/"
LICENSE="repoze ZPL BSD HPND GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
RDEPEND="acct-group/supervisor"