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 4920615806E for ; Sun, 4 Jun 2023 15:38:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 832E7E0887; Sun, 4 Jun 2023 15:38:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 68DC0E0887 for ; Sun, 4 Jun 2023 15:38:22 +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 8FE75340F01 for ; Sun, 4 Jun 2023 15:38:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 028B6A5C for ; Sun, 4 Jun 2023 15:38:20 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1685893064.61b7828726b4a941fd858d3c30dca087d1a88fec.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-signal/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/mautrix-signal/mautrix-signal-0.4.2.ebuild X-VCS-Directories: net-im/mautrix-signal/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 61b7828726b4a941fd858d3c30dca087d1a88fec X-VCS-Branch: dev Date: Sun, 4 Jun 2023 15:38:20 +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: 302d6e27-dac2-46a3-8a60-6d78c13c2c96 X-Archives-Hash: 44a694e0d8cc09c5943e3a8ca6d0a24f commit: 61b7828726b4a941fd858d3c30dca087d1a88fec Author: Julien Roy jroy ca> AuthorDate: Sun Jun 4 15:37:34 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun Jun 4 15:37:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61b78287 net-im/mautrix-signal: add py3.11, update DESCRIPTION Signed-off-by: Julien Roy jroy.ca> net-im/mautrix-signal/mautrix-signal-0.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/mautrix-signal/mautrix-signal-0.4.2.ebuild b/net-im/mautrix-signal/mautrix-signal-0.4.2.ebuild index ea282e059..8dc729070 100644 --- a/net-im/mautrix-signal/mautrix-signal-0.4.2.ebuild +++ b/net-im/mautrix-signal/mautrix-signal-0.4.2.ebuild @@ -4,11 +4,11 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 optfeature systemd -DESCRIPTION="A Matrix-Telegram Messenger puppeting bridge " +DESCRIPTION="A Matrix-Signal Messenger puppeting bridge " HOMEPAGE="https://github.com/mautrix/signal/" SRC_URI="https://github.com/mautrix/signal/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/signal-${PV}"