summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViolet Purcell <vimproved@inventati.org>2023-08-19 21:29:10 -0400
committerArthur Zamarin <arthurzam@gentoo.org>2023-08-26 19:04:50 +0300
commita9493368be34618dd792487260228c20add77a38 (patch)
treee7dddbcefe1d8b9ac95eda9e8944c1e80d86a4cb /sys-auth
parentx11-libs/libdrm: Version bump to 2.4.116 (diff)
downloadgentoo-a9493368be34618dd792487260228c20add77a38.tar.gz
gentoo-a9493368be34618dd792487260228c20add77a38.tar.bz2
gentoo-a9493368be34618dd792487260228c20add77a38.zip
sys-auth/elogind: enable py3.12
Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/32382 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/elogind/elogind-252.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/elogind/elogind-252.9.ebuild b/sys-auth/elogind/elogind-252.9.ebuild
index 087f4b7f584b..8e772cb2b934 100644
--- a/sys-auth/elogind/elogind-252.9.ebuild
+++ b/sys-auth/elogind/elogind-252.9.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
if [[ ${PV} = *9999* ]]; then
EGIT_BRANCH="v252-stable"