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 4567B158020 for ; Thu, 24 Nov 2022 15:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A908E05AC; Thu, 24 Nov 2022 15:37:28 +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 52582E05AC for ; Thu, 24 Nov 2022 15:37:28 +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 49852340D96 for ; Thu, 24 Nov 2022 15:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E108756 for ; Thu, 24 Nov 2022 15:37:24 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1669304025.4abe8fdb09a4744304056a3e423084642d6d61bb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-3.24.35.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4abe8fdb09a4744304056a3e423084642d6d61bb X-VCS-Branch: master Date: Thu, 24 Nov 2022 15:37:24 +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: faa4961a-2a26-48f7-b7fd-95e145dcd978 X-Archives-Hash: 2649b373d9e3a6608bcdbe33d2fccd8f commit: 4abe8fdb09a4744304056a3e423084642d6d61bb Author: Matt Turner gentoo org> AuthorDate: Wed Nov 23 20:42:32 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 24 15:33:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abe8fdb x11-libs/gtk+: Depend on libglvnd instead of mesa And drop deprecated dep on at-spi2-atk. Signed-off-by: Matt Turner gentoo.org> x11-libs/gtk+/gtk+-3.24.35.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-libs/gtk+/gtk+-3.24.35.ebuild b/x11-libs/gtk+/gtk+-3.24.35.ebuild index 1c8594219681..ac24d57c0ca2 100644 --- a/x11-libs/gtk+/gtk+-3.24.35.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.35.ebuild @@ -49,8 +49,7 @@ COMMON_DEPEND=" >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}] ) X? ( - >=app-accessibility/at-spi2-atk-2.15.1[${MULTILIB_USEDEP}] - media-libs/mesa[X(+),${MULTILIB_USEDEP}] + media-libs/libglvnd[X(+),${MULTILIB_USEDEP}] x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXcomposite[${MULTILIB_USEDEP}] x11-libs/libXcursor[${MULTILIB_USEDEP}]