commit: 3dbe53573f5f3e31973b177db1159887ad7caca2 Author: Kostadin Shishmanov <kostadinshishmanov <AT> protonmail <DOT> com> AuthorDate: Wed Jun 18 07:55:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 26 20:01:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbe5357
games-action/prismlauncher: add note that mangohud is in GURU Add a note that games-util/mangohud is available in GURU, so users don't get confused when they try to search for it in the Gentoo tree, and find out it isn't there. Closes: https://bugs.gentoo.org/954769 Signed-off-by: Kostadin Shishmanov <kostadinshishmanov <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42651 Closes: https://github.com/gentoo/gentoo/pull/42651 Signed-off-by: Sam James <sam <AT> gentoo.org> games-action/prismlauncher/prismlauncher-9.1-r1.ebuild | 4 ++-- games-action/prismlauncher/prismlauncher-9.4.ebuild | 2 +- games-action/prismlauncher/prismlauncher-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/games-action/prismlauncher/prismlauncher-9.1-r1.ebuild b/games-action/prismlauncher/prismlauncher-9.1-r1.ebuild index f6386a971f3c..88854f4b5264 100644 --- a/games-action/prismlauncher/prismlauncher-9.1-r1.ebuild +++ b/games-action/prismlauncher/prismlauncher-9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -112,6 +112,6 @@ pkg_postinst() { # Original issue: https://github.com/PolyMC/PolyMC/issues/227 optfeature "old Minecraft (<= 1.12.2) support" x11-apps/xrandr - optfeature "built-in MangoHud support" games-util/mangohud + optfeature "built-in MangoHud support (available in GURU overlay)" games-util/mangohud optfeature "built-in Feral Gamemode support" games-util/gamemode } diff --git a/games-action/prismlauncher/prismlauncher-9.4.ebuild b/games-action/prismlauncher/prismlauncher-9.4.ebuild index a82090b06e1d..77f0023a0df3 100644 --- a/games-action/prismlauncher/prismlauncher-9.4.ebuild +++ b/games-action/prismlauncher/prismlauncher-9.4.ebuild @@ -112,6 +112,6 @@ pkg_postinst() { # Original issue: https://github.com/PolyMC/PolyMC/issues/227 optfeature "old Minecraft (<= 1.12.2) support" x11-apps/xrandr - optfeature "built-in MangoHud support" games-util/mangohud + optfeature "built-in MangoHud support (available in GURU overlay)" games-util/mangohud optfeature "built-in Feral Gamemode support" games-util/gamemode } diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild index d3ea8f51ecdd..5f381deba546 100644 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild +++ b/games-action/prismlauncher/prismlauncher-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -112,6 +112,6 @@ pkg_postinst() { # Original issue: https://github.com/PolyMC/PolyMC/issues/227 optfeature "old Minecraft (<= 1.12.2) support" x11-apps/xrandr - optfeature "built-in MangoHud support" games-util/mangohud + optfeature "built-in MangoHud support (available in GURU overlay)" games-util/mangohud optfeature "built-in Feral Gamemode support" games-util/gamemode }
