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 5E53415806E for ; Thu, 1 Jun 2023 07:58:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B87E0867; Thu, 1 Jun 2023 07:58:58 +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 51AAEE0867 for ; Thu, 1 Jun 2023 07:58:58 +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 7BC663411ED for ; Thu, 1 Jun 2023 07:58:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12B1DA67 for ; Thu, 1 Jun 2023 07:58:56 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1685606327.7684fb79ab8af35185cde927d5a69ea7a7098575.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/dino/dino-0.4.2.ebuild X-VCS-Directories: net-im/dino/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 7684fb79ab8af35185cde927d5a69ea7a7098575 X-VCS-Branch: master Date: Thu, 1 Jun 2023 07:58:56 +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: d73c065f-a3b9-45d5-8b5b-3611c83985ce X-Archives-Hash: 075c4e7221b37ea7cf410a08f3537f4b commit: 7684fb79ab8af35185cde927d5a69ea7a7098575 Author: Florian Schmaus gentoo org> AuthorDate: Thu Jun 1 07:52:49 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jun 1 07:58:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7684fb79 net-im/dino: add missing RDEPENDs Signed-off-by: Florian Schmaus gentoo.org> net-im/dino/dino-0.4.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/dino/dino-0.4.2.ebuild b/net-im/dino/dino-0.4.2.ebuild index 1a58bab58470..40b27b516f7d 100644 --- a/net-im/dino/dino-0.4.2.ebuild +++ b/net-im/dino/dino-0.4.2.ebuild @@ -29,10 +29,12 @@ RDEPEND=" dev-libs/libgee:0.8= gui-libs/gtk:4 >=gui-libs/libadwaita-1.2.0:1 + media-libs/graphene net-libs/glib-networking + net-libs/gnutls:= >=net-libs/libnice-0.1.15 net-libs/libsignal-protocol-c - net-libs/libsrtp:2 + net-libs/libsrtp:2= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango