From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41B0715838C for ; Sat, 20 Jan 2024 22:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C51AE29E2; Sat, 20 Jan 2024 22:13:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E53D2E29E9 for ; Sat, 20 Jan 2024 22:13:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03FE8343282 for ; Sat, 20 Jan 2024 22:13:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8259014D2 for ; Sat, 20 Jan 2024 22:13:17 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1705769548.6e22e4cd8e7e2c5c417d35b9f67d75a313c8d2ca.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/heisenbridge/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/heisenbridge/heisenbridge-1.14.6-r1.ebuild X-VCS-Directories: net-im/heisenbridge/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 6e22e4cd8e7e2c5c417d35b9f67d75a313c8d2ca X-VCS-Branch: master Date: Sat, 20 Jan 2024 22:13:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed3855c5-4a16-4ce6-b5af-8186ec46f838 X-Archives-Hash: c7ba4406a411e6c184e6ea86ff3721c3 commit: 6e22e4cd8e7e2c5c417d35b9f67d75a313c8d2ca Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Jan 20 16:52:28 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Jan 20 16:52:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e22e4cd net-im/heisenbridge: enable py3.12 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-im/heisenbridge/heisenbridge-1.14.6-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-im/heisenbridge/heisenbridge-1.14.6-r1.ebuild b/net-im/heisenbridge/heisenbridge-1.14.6-r1.ebuild index f1e440b504..034d986b5a 100644 --- a/net-im/heisenbridge/heisenbridge-1.14.6-r1.ebuild +++ b/net-im/heisenbridge/heisenbridge-1.14.6-r1.ebuild @@ -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."