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 DB08B158094 for ; Tue, 4 Oct 2022 13:44:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C955FE094F; Tue, 4 Oct 2022 13:44:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B04C5E094F for ; Tue, 4 Oct 2022 13:44:46 +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 AB8E6340F91 for ; Tue, 4 Oct 2022 13:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D61775F1 for ; Tue, 4 Oct 2022 13:44:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664890905.f3a1b98be1f122b40626511599679e82e6d384a3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/slack/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/slack/slack-4.23.0.ebuild net-im/slack/slack-4.27.156.ebuild X-VCS-Directories: net-im/slack/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f3a1b98be1f122b40626511599679e82e6d384a3 X-VCS-Branch: master Date: Tue, 4 Oct 2022 13:44:43 +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: 049339ee-8498-46ed-a0ae-8724d4b71e87 X-Archives-Hash: a8d8a6179ea834d2cd4716e397f514e3 commit: f3a1b98be1f122b40626511599679e82e6d384a3 Author: Sam James gentoo org> AuthorDate: Tue Oct 4 13:41:45 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 4 13:41:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a1b98b net-im/slack: depend on glibc Closes: https://bugs.gentoo.org/832485 Signed-off-by: Sam James gentoo.org> net-im/slack/slack-4.23.0.ebuild | 1 + net-im/slack/slack-4.27.156.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-im/slack/slack-4.23.0.ebuild b/net-im/slack/slack-4.23.0.ebuild index 16e9577cda1b..d16d4d2aabd4 100644 --- a/net-im/slack/slack-4.23.0.ebuild +++ b/net-im/slack/slack-4.23.0.ebuild @@ -28,6 +28,7 @@ RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}] media-libs/mesa:0[${MULTILIB_USEDEP}] net-print/cups:0[${MULTILIB_USEDEP}] sys-apps/dbus:0[${MULTILIB_USEDEP}] + sys-libs/glibc x11-libs/cairo:0[${MULTILIB_USEDEP}] x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] x11-libs/gtk+:3[${MULTILIB_USEDEP}] diff --git a/net-im/slack/slack-4.27.156.ebuild b/net-im/slack/slack-4.27.156.ebuild index 456821a8ac4a..8c6ea229cde4 100644 --- a/net-im/slack/slack-4.27.156.ebuild +++ b/net-im/slack/slack-4.27.156.ebuild @@ -28,6 +28,7 @@ RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}] media-libs/mesa:0[${MULTILIB_USEDEP}] net-print/cups:0[${MULTILIB_USEDEP}] sys-apps/dbus:0[${MULTILIB_USEDEP}] + sys-libs/glibc x11-libs/cairo:0[${MULTILIB_USEDEP}] x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] x11-libs/gtk+:3[${MULTILIB_USEDEP}]