commit: 7269097d1354600754e85714f81254d49f2b4ebe
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 14:18:29 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 14:18:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7269097d
games-arcade/supertux: Fixed dependencies
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
games-arcade/supertux/supertux-0.6.2.ebuild | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/games-arcade/supertux/supertux-0.6.2.ebuild
b/games-arcade/supertux/supertux-0.6.2.ebuild
index a107f3e14c2..9bf339a6725 100644
--- a/games-arcade/supertux/supertux-0.6.2.ebuild
+++ b/games-arcade/supertux/supertux-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,17 +18,23 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-RDEPEND=">=dev-games/physfs-3.0
+RDEPEND="
+ >=dev-games/physfs-3.0
dev-libs/boost:=
+ media-libs/freetype
media-libs/glew:=
- virtual/opengl
+ media-libs/libpng:0=
+ >=media-libs/libsdl2-2.0.1[joystick,video]
media-libs/libvorbis
media-libs/openal
- >=media-libs/libsdl2-2.0.1[joystick,video]
>=media-libs/sdl2-image-2.0.0[png,jpeg]
- >=net-misc/curl-7.21.7"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ >=net-misc/curl-7.21.7
+ virtual/opengl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+"
S="${WORKDIR}/${MY_P}"