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 50B51158099 for ; Thu, 23 Nov 2023 17:12:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94D7F2BC04A; Thu, 23 Nov 2023 17:12:41 +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 79AFF2BC04A for ; Thu, 23 Nov 2023 17:12:41 +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 2882033BF29 for ; Thu, 23 Nov 2023 17:12:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DD3513C5 for ; Thu, 23 Nov 2023 17:12:37 +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: <1700759450.28697d653a3026acc7b383f57a9cdabdf5399bcd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl2/libsdl2-2.28.5.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 28697d653a3026acc7b383f57a9cdabdf5399bcd X-VCS-Branch: master Date: Thu, 23 Nov 2023 17:12:37 +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: d3d10245-622d-4feb-a01c-4714a51decb0 X-Archives-Hash: 93ea13a7cf8fa9ed12c914fc5716b25e commit: 28697d653a3026acc7b383f57a9cdabdf5399bcd Author: Matoro Mahri matoro tk> AuthorDate: Wed Nov 22 23:40:04 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 23 17:10:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28697d65 media-libs/libsdl2: add missing test dep Bug: https://bugs.gentoo.org/896130 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Sam James gentoo.org> media-libs/libsdl2/libsdl2-2.28.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/libsdl2/libsdl2-2.28.5.ebuild b/media-libs/libsdl2/libsdl2-2.28.5.ebuild index b37d436cf46e..71a2d76fac77 100644 --- a/media-libs/libsdl2/libsdl2-2.28.5.ebuild +++ b/media-libs/libsdl2/libsdl2-2.28.5.ebuild @@ -82,6 +82,7 @@ RDEPEND=" DEPEND=" ${COMMON_DEPEND} ibus? ( dev-libs/glib:2[${MULTILIB_USEDEP}] ) + test? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) vulkan? ( dev-util/vulkan-headers ) X? ( x11-base/xorg-proto ) "