diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-05-19 17:12:15 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-05-19 17:16:45 +0100 |
commit | 2ee04e37b3f9124d53b9ec966e7ccb32ff7d8c2c (patch) | |
tree | c2a25f733c171c1f5607a701ec7fc8bb904df98f | |
parent | games-rpg/costume-quest: libsdl2 will drop the threads USE flag, EAPI 8 (diff) | |
download | gentoo-2ee04e37b3f9124d53b9ec966e7ccb32ff7d8c2c.tar.gz gentoo-2ee04e37b3f9124d53b9ec966e7ccb32ff7d8c2c.tar.bz2 gentoo-2ee04e37b3f9124d53b9ec966e7ccb32ff7d8c2c.zip |
games-rpg/to-the-moon: Fix dependencies, EAPI 8
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r-- | games-rpg/to-the-moon/to-the-moon-0-r2.ebuild (renamed from games-rpg/to-the-moon/to-the-moon-0-r1.ebuild) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games-rpg/to-the-moon/to-the-moon-0-r1.ebuild b/games-rpg/to-the-moon/to-the-moon-0-r2.ebuild index 3604496dcae2..cdd9f1c63f50 100644 --- a/games-rpg/to-the-moon/to-the-moon-0-r1.ebuild +++ b/games-rpg/to-the-moon/to-the-moon-0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit desktop unpacker wrapper +inherit desktop unpacker wrapper xdg MY_PN="ToTheMoon" @@ -25,11 +25,12 @@ QA_PREBUILT=" # TODO: unbundling sdl-sound breaks the game RDEPEND=" + media-libs/libglvnd[X] + sys-libs/libxcrypt:0/1 sys-libs/zlib - virtual/opengl !bundled-libs? ( dev-libs/libsigc++:2 - >=media-libs/libsdl2-2.0.1[X,joystick,opengl,sound,threads,video] + >=media-libs/libsdl2-2.0.1[X,joystick,opengl,sound,threads(+),video] media-libs/openal media-libs/sdl2-image[png] media-libs/sdl2-ttf |