commit: fe9a6474343edf62aceb3bee003310d5522d9ab4
Author: Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com>
AuthorDate: Sun Jul 3 15:48:47 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 03:15:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9a6474
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 <flowlnlnln <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-action/polymc/polymc-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
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
}