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 C53C7158015 for ; Sat, 23 Dec 2023 22:55:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C19082BC036; Sat, 23 Dec 2023 22:55:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A25382BC036 for ; Sat, 23 Dec 2023 22:55:27 +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 9FFAC33F698 for ; Sat, 23 Dec 2023 22:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1140F1256 for ; Sat, 23 Dec 2023 22:55:25 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1703371943.37ea32e0cfb50f6a00a1e994fa259cf5385b89d2.leio@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.39.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 37ea32e0cfb50f6a00a1e994fa259cf5385b89d2 X-VCS-Branch: master Date: Sat, 23 Dec 2023 22:55:25 +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: 9b26e154-0867-4e91-b1d2-e3cf9fbf37a7 X-Archives-Hash: 55dcc8364bf2ac2a91674b467fdf942e commit: 37ea32e0cfb50f6a00a1e994fa259cf5385b89d2 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Dec 23 22:51:18 2023 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Dec 23 22:52:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ea32e0 x11-libs/gtk+: drop unnecessary font test deps The tests pass fine without them for me and I can't spot them in upstream CI setup. They are probably just some very old leftover and not needed anymore (the deps pre-date gentoo git era). Signed-off-by: Mart Raudsepp gentoo.org> x11-libs/gtk+/gtk+-3.24.39.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x11-libs/gtk+/gtk+-3.24.39.ebuild b/x11-libs/gtk+/gtk+-3.24.39.ebuild index 6b2f2e3fa319..7a47d052b486 100644 --- a/x11-libs/gtk+/gtk+-3.24.39.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.39.ebuild @@ -58,10 +58,6 @@ COMMON_DEPEND=" ) " DEPEND="${COMMON_DEPEND} - test? ( - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - ) X? ( x11-base/xorg-proto ) " RDEPEND="${COMMON_DEPEND}