summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Donato Ferreira <flowlnlnln@gmail.com>2022-07-03 12:48:47 -0300
committerSam James <sam@gentoo.org>2022-07-29 04:15:01 +0100
commitfe9a6474343edf62aceb3bee003310d5522d9ab4 (patch)
tree8fb1e64b067ebc592abcb933f3a5a2d146b4f976 /games-action
parentgames-action/polymc: drop 1.3.1 (diff)
downloadgentoo-fe9a6474343edf62aceb3bee003310d5522d9ab4.tar.gz
gentoo-fe9a6474343edf62aceb3bee003310d5522d9ab4.tar.bz2
gentoo-fe9a6474343edf62aceb3bee003310d5522d9ab4.zip
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@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/polymc/polymc-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
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
}