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 3899315802F for ; Fri, 24 Feb 2023 10:35:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8214DE079E; Fri, 24 Feb 2023 10:35:57 +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 69386E079E for ; Fri, 24 Feb 2023 10:35:57 +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 49BFC340E08 for ; Fri, 24 Feb 2023 10:35:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECBAE8BB for ; Fri, 24 Feb 2023 10:35:53 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1677234928.475fb51dd510a31a202d15a418c09c54624d45ee.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild X-VCS-Directories: gui-apps/intiface-central-bin/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 475fb51dd510a31a202d15a418c09c54624d45ee X-VCS-Branch: dev Date: Fri, 24 Feb 2023 10:35: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: 48b438de-8f6a-4af6-8336-77500908a21b X-Archives-Hash: 278c55b42c64c86e138245fcd391d931 commit: 475fb51dd510a31a202d15a418c09c54624d45ee Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Fri Feb 24 10:33:02 2023 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Fri Feb 24 10:35:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=475fb51d gui-apps/intiface-central-bin: add openssl dep Closes: https://bugs.gentoo.org/896190 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild index 8eb296a12..6fdfe5c05 100644 --- a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild +++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild @@ -20,6 +20,10 @@ RDEPEND=" sys-apps/dbus sys-apps/systemd-utils x11-libs/gtk+:3[X] + || ( + dev-libs/openssl:0/1.1 + dev-libs/openssl-compat:1.1.1 + ) " BDEPEND="app-arch/unzip"