diff options
author | Sam James <sam@gentoo.org> | 2022-06-16 01:26:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-16 01:26:53 +0100 |
commit | 6aba2b6e3273d79777a99f252fe172fec3fc967d (patch) | |
tree | 978e92feeb9f5db5ea9173a6dbe87efa00c5bb66 /games-action | |
parent | net-news/snownews: respect CC; drop which (diff) | |
download | gentoo-6aba2b6e3273d79777a99f252fe172fec3fc967d.tar.gz gentoo-6aba2b6e3273d79777a99f252fe172fec3fc967d.tar.bz2 gentoo-6aba2b6e3273d79777a99f252fe172fec3fc967d.zip |
games-action/noiz2sa: add missing libsdl[joystick] dep
Closes: https://bugs.gentoo.org/836598
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/noiz2sa/noiz2sa-0.51a-r2.ebuild (renamed from games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild b/games-action/noiz2sa/noiz2sa-0.51a-r2.ebuild index e53a3e1fbd3e..068023a39b23 100644 --- a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild +++ b/games-action/noiz2sa/noiz2sa-0.51a-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86" DEPEND=" >=dev-libs/libbulletml-0.0.3 + media-libs/libsdl[joystick] media-libs/sdl-mixer[vorbis] virtual/opengl" RDEPEND="${DEPEND}" |