commit: a9722ca60bbe9ea6b3cd6d56f01de4ef8e09c3d9
parent 1dcc013fda63e5167edba42a2d344981021f38fe
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 24 Jan 2024 23:28:19 +0100
games-arcade/emilia-pinball: Add libtool and sdl2-images rdeps
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/games-arcade/emilia-pinball/emilia-pinball-9999.ebuild b/games-arcade/emilia-pinball/emilia-pinball-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,7 +23,9 @@ IUSE="gles1-only"
# Note: media-libs/libsdl2::gentoo doesn't have USE=gles1 yet
RDEPEND="
+ dev-libs/libltdl
media-libs/libsdl2[joystick,opengl,video]
+ media-libs/sdl2-image
gles1-only? ( media-libs/libsdl2[gles1(-)] )
virtual/opengl
"