net-im/heisenbridge: enable py3.12

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2024-01-20 21:52:28 +05:00
parent 69ff12f7d1
commit 6e22e4cd8e
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -4,8 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 systemd
DESCRIPTION="A bouncer-style Matrix IRC bridge"
@ -46,7 +45,7 @@ src_install() {
}
pkg_postinst() {
[[ -f /var/lib/${PN}/registration.yaml ]] && return 0
[[ -f "${EPREFIX}"/var/lib/${PN}/registration.yaml ]] && return 0
einfo
elog "Before you can use ${PN}, you have to configure it correctly."