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 F2FBC1581D3 for ; Fri, 24 May 2024 10:33:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AB22E2A62; Fri, 24 May 2024 10:33:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E2217E2A62 for ; Fri, 24 May 2024 10:33:05 +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 0EE07341C25 for ; Fri, 24 May 2024 10:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ECA81B44 for ; Fri, 24 May 2024 10:33:03 +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: <1716546487.7d664fbfae53a703e99dc134b43983f2ac118baa.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.5.7.ebuild X-VCS-Directories: gui-apps/intiface-central-bin/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 7d664fbfae53a703e99dc134b43983f2ac118baa X-VCS-Branch: dev Date: Fri, 24 May 2024 10:33:03 +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: bf768c94-e474-4126-9433-5a9790013e82 X-Archives-Hash: 227075039bf8e5ed5470ad4358321ae7 commit: 7d664fbfae53a703e99dc134b43983f2ac118baa Author: tastytea tastytea de> AuthorDate: Fri May 24 10:28:07 2024 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Fri May 24 10:28:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d664fbf gui-apps/intiface-central-bin: explicitly add dependencies they were pulled in by other dependencies before, so no revbump Closes: https://bugs.gentoo.org/932605 Signed-off-by: tastytea tastytea.de> gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild index 23ba73ce7..00284d6a1 100644 --- a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild +++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild @@ -16,11 +16,16 @@ KEYWORDS="~amd64" RDEPEND=" app-accessibility/at-spi2-core + dev-libs/glib + dev-libs/openssl:0/3 media-gfx/graphite2 + media-libs/harfbuzz sys-apps/dbus sys-apps/systemd-utils + x11-libs/cairo + x11-libs/gdk-pixbuf x11-libs/gtk+:3[X] - dev-libs/openssl:0/3 + x11-libs/pango " BDEPEND="app-arch/unzip"