commit: ab51dd20a5dd1c9e72d9bfba401da1ac66a0a9af Author: Richard Fröhning <misanthropos <AT> gmx <DOT> de> AuthorDate: Sun Jan 8 09:23:17 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 9 01:08:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab51dd20
games-strategy/ja2-stracciatella: fix compile error by adding magic-enum dependency Closes: https://bugs.gentoo.org/890212 Signed-off-by: Richard Fröhning <misanthropos <AT> gmx.de> Closes: https://github.com/gentoo/gentoo/pull/29009 Signed-off-by: Sam James <sam <AT> gentoo.org> games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild index e24a7554b147..a5f444ff2b43 100644 --- a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild +++ b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild @@ -149,6 +149,7 @@ REQUIRED_USE="${LUA_REQUIRED_USE}" DEPEND=" ${LUA_DEPS} + >=dev-cpp/magic_enum-0.8.2 >=dev-cpp/sol2-3.3.0 >=dev-cpp/string-theory-3.1 >=dev-games/libsmacker-1.1.1
