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 BBD4715806E for ; Sat, 27 May 2023 17:22:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3B03E0867; Sat, 27 May 2023 17:22:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CD699E0867 for ; Sat, 27 May 2023 17:22: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 1D5A7341088 for ; Sat, 27 May 2023 17:22:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56886A7E for ; Sat, 27 May 2023 17:22:54 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1685205951.f1da825c1d7902f0bbdfa40274242bb7b9bfd6ab.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/atom-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild X-VCS-Directories: app-editors/atom-bin/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: f1da825c1d7902f0bbdfa40274242bb7b9bfd6ab X-VCS-Branch: master Date: Sat, 27 May 2023 17:22:54 +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: 563a292c-a38b-497f-9a6a-0518122924e5 X-Archives-Hash: a322642e0e0f4f39ed099909f914ac14 commit: f1da825c1d7902f0bbdfa40274242bb7b9bfd6ab Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 16:45:51 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 16:45:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1da825c app-editors/atom-bin: fix dependencies Signed-off-by: Rahul Sandhu sandhuservices.dev> app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild b/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild index 977c92e6b..b8ea0dddb 100644 --- a/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild +++ b/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild @@ -18,10 +18,8 @@ RESTRICT="test" S="${WORKDIR}/atom-${PV}-amd64" RDEPEND=" - app-accessibility/at-spi2-atk - app-accessibility/at-spi2-core + >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret - dev-libs/atk dev-libs/nss dev-libs/openssl dev-libs/openssl-compat