diff options
author | Richard Fröhning <misanthropos@gmx.de> | 2023-01-08 10:23:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-09 01:08:13 +0000 |
commit | ab51dd20a5dd1c9e72d9bfba401da1ac66a0a9af (patch) | |
tree | cc6ea6e0807c36050a9488121540c1538420d75b /games-strategy/ja2-stracciatella | |
parent | media-libs/libsdl: Replace live ebuild with 1.2.60 release (diff) | |
download | gentoo-ab51dd20a5dd1c9e72d9bfba401da1ac66a0a9af.tar.gz gentoo-ab51dd20a5dd1c9e72d9bfba401da1ac66a0a9af.tar.bz2 gentoo-ab51dd20a5dd1c9e72d9bfba401da1ac66a0a9af.zip |
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@gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/29009
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy/ja2-stracciatella')
-rw-r--r-- | games-strategy/ja2-stracciatella/ja2-stracciatella-0.20.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |