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 669A515815E for ; Thu, 8 Feb 2024 09:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0926AE2AAE; Thu, 8 Feb 2024 09:29:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DD546E2AAE for ; Thu, 8 Feb 2024 09:29:15 +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 B65183431AA for ; Thu, 8 Feb 2024 09:29:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54F2C14D7 for ; Thu, 8 Feb 2024 09:29:12 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1707329063.d15c17df7c33ab59541e80cf9dcfaf01b4a4ac36.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/mangohud/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/mangohud/mangohud-0.7.0-r1.ebuild games-util/mangohud/mangohud-9999.ebuild X-VCS-Directories: games-util/mangohud/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d15c17df7c33ab59541e80cf9dcfaf01b4a4ac36 X-VCS-Branch: master Date: Thu, 8 Feb 2024 09:29:12 +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: 4a647331-7878-49c9-989a-927bb242b8cd X-Archives-Hash: fb833e024b9ceb4605d8b2fe39008cef commit: d15c17df7c33ab59541e80cf9dcfaf01b4a4ac36 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Wed Feb 7 18:04:23 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Feb 7 18:04:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d15c17df games-util/mangohud:fix typo on RDEPEND (commit 7154705) Signed-off-by: Gonçalo Negrier Duarte gmail.com> games-util/mangohud/mangohud-0.7.0-r1.ebuild | 2 +- games-util/mangohud/mangohud-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/mangohud/mangohud-0.7.0-r1.ebuild b/games-util/mangohud/mangohud-0.7.0-r1.ebuild index 8a3f925da9..46bd8da5c4 100644 --- a/games-util/mangohud/mangohud-0.7.0-r1.ebuild +++ b/games-util/mangohud/mangohud-0.7.0-r1.ebuild @@ -68,7 +68,7 @@ RDEPEND=" x11-drivers/nvidia-drivers[${MULTILIB_USEDEP}] xnvctrl? ( x11-drivers/nvidia-drivers[static-libs] ) ) - wayland? ( dev-libs/wayland [${MULTILIB_USEDEP}] ) + wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] ) $(python_gen_cond_dep ' || ( dev-python/matplotlib[gtk3,${PYTHON_USEDEP}] diff --git a/games-util/mangohud/mangohud-9999.ebuild b/games-util/mangohud/mangohud-9999.ebuild index 8bfb3ae515..a4b465dfec 100644 --- a/games-util/mangohud/mangohud-9999.ebuild +++ b/games-util/mangohud/mangohud-9999.ebuild @@ -75,7 +75,7 @@ RDEPEND=" x11-drivers/nvidia-drivers[${MULTILIB_USEDEP}] xnvctrl? ( x11-drivers/nvidia-drivers[static-libs] ) ) - wayland? ( dev-libs/wayland [${MULTILIB_USEDEP}] ) + wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] ) $(python_gen_cond_dep ' || ( dev-python/matplotlib[gtk3,${PYTHON_USEDEP}]