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 BC42415838C for ; Sat, 20 Jan 2024 16:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA76BE29B9; Sat, 20 Jan 2024 16:52:56 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A325E29B9 for ; Sat, 20 Jan 2024 16:52:56 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E0513431D7 for ; Sat, 20 Jan 2024 16:52:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A34CBBC4 for ; Sat, 20 Jan 2024 16:52:53 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1705769548.6e22e4cd8e7e2c5c417d35b9f67d75a313c8d2ca.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 6e22e4cd8e7e2c5c417d35b9f67d75a313c8d2ca X-VCS-Branch: dev Date: Sat, 20 Jan 2024 16:52:53 +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: d38fbcbf-dc60-4eb2-8c0d-ef7466b983a6 X-Archives-Hash: 9d59670f1f0f333b1f9df980e967520d commit: 6e22e4cd8e7e2c5c417d35b9f67d75a313c8d2ca Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Jan 20 16:52:28 2024 +0000 Commit: Anna Vyalkova sysrq in> 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."