From fe9a6474343edf62aceb3bee003310d5522d9ab4 Mon Sep 17 00:00:00 2001 From: Thiago Donato Ferreira Date: Sun, 3 Jul 2022 12:48:47 -0300 Subject: games-action/polymc: add new optional features PolyMC now has optional support for MangoHud and Feral's Gamemode, so we'll add those to the `optfeatures`. Signed-off-by: Thiago Donato Ferreira Signed-off-by: Sam James --- games-action/polymc/polymc-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'games-action') diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild index 1034a30e5df0..96537440ecbc 100644 --- a/games-action/polymc/polymc-9999.ebuild +++ b/games-action/polymc/polymc-9999.ebuild @@ -112,4 +112,7 @@ pkg_postinst() { # https://github.com/PolyMC/PolyMC/issues/227 optfeature "old Minecraft (<= 1.12.2) support" x11-libs/libXrandr + + optfeature "built-in MangoHud support" games-util/mangohud + optfeature "built-in Feral Gamemode support" games-util/gamemode } -- cgit v1.2.3-65-gdbad