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 4BA511581FB for ; Sat, 24 Aug 2024 20:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8894EE2A20; Sat, 24 Aug 2024 20:56:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 71BBDE2A20 for ; Sat, 24 Aug 2024 20:56:38 +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 BBF45343086 for ; Sat, 24 Aug 2024 20:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04A141F1D for ; Sat, 24 Aug 2024 20:56:35 +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: <1724496959.e2699bd25267b64f7321fcd9d2c11145a628195f.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-irc/srain/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-irc/srain/metadata.xml net-irc/srain/srain-1.7.0.ebuild X-VCS-Directories: net-irc/srain/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e2699bd25267b64f7321fcd9d2c11145a628195f X-VCS-Branch: master Date: Sat, 24 Aug 2024 20:56:35 +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: c9a88289-d4f2-48e0-bb59-139efe47d354 X-Archives-Hash: 1568874f6c9161c10817a9e1d9d76ebd commit: e2699bd25267b64f7321fcd9d2c11145a628195f Author: Takuya Wakazono gmail com> AuthorDate: Sat Aug 24 08:55:52 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Aug 24 10:55:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2699bd2 net-irc/srain: fix rdeps Closes: https://bugs.gentoo.org/932999 Signed-off-by: Takuya Wakazono gmail.com> net-irc/srain/metadata.xml | 1 + net-irc/srain/srain-1.7.0.ebuild | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net-irc/srain/metadata.xml b/net-irc/srain/metadata.xml index 8e05424d8..869e6e6b7 100644 --- a/net-irc/srain/metadata.xml +++ b/net-irc/srain/metadata.xml @@ -1,6 +1,7 @@ + SrainApp/srain diff --git a/net-irc/srain/srain-1.7.0.ebuild b/net-irc/srain/srain-1.7.0.ebuild index dcef04ffd..8e54c3df4 100644 --- a/net-irc/srain/srain-1.7.0.ebuild +++ b/net-irc/srain/srain-1.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit meson python-any-r1 xdg DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3" @@ -21,6 +21,8 @@ RDEPEND=" dev-libs/libconfig:= dev-libs/openssl:= net-libs/libsoup:3.0 + x11-libs/cairo + x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 appindicator? ( dev-libs/libayatana-appindicator ) "