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 C26F4158041 for ; Sat, 24 Feb 2024 07:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D77AEE2A26; Sat, 24 Feb 2024 07:06:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A1FD5E2A25 for ; Sat, 24 Feb 2024 07:06:23 +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 E9AC7343057 for ; Sat, 24 Feb 2024 07:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 792EE14D5 for ; Sat, 24 Feb 2024 07:06:20 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1708758373.c8e4da23f6b7e7f156a1df8d29535a5899d99c40.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/gambatte-jg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/gambatte-jg/gambatte-jg-9999.ebuild X-VCS-Directories: games-emulation/gambatte-jg/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c8e4da23f6b7e7f156a1df8d29535a5899d99c40 X-VCS-Branch: master Date: Sat, 24 Feb 2024 07:06:20 +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: 424f852b-15ec-4b8e-8ed6-27a25a9ad050 X-Archives-Hash: 76f38636c3f23bb3f1211d0ff761be02 commit: c8e4da23f6b7e7f156a1df8d29535a5899d99c40 Author: orbea riseup net> AuthorDate: Sat Feb 24 00:09:35 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Feb 24 07:06:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e4da23 games-emulation/gambatte-jg: add missing dependency The example build depends on the -lGL linker flag from gl.pc provided by libglvnd. Signed-off-by: orbea riseup.net> Signed-off-by: Joonas Niilola gentoo.org> games-emulation/gambatte-jg/gambatte-jg-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild b/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild index 1c1fd17466dd..7cb90f422adf 100644 --- a/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild +++ b/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild @@ -29,6 +29,7 @@ REQUIRED_USE="|| ( examples jgmodule shared )" DEPEND=" examples? ( + media-libs/libglvnd media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp )