mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
net-im/heisenbridge: enable py3.12
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
69ff12f7d1
commit
6e22e4cd8e
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user