diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 04:29:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 04:29:14 +0000 |
commit | ccd3d972f0391af6f3a07db48e38363902cb1603 (patch) | |
tree | 9aa306dfab537ea0568fe35c4ce2671fc772c9f3 /games-fps/redeclipse | |
parent | dev-libs/spdlog: verbump to 1.8.2 (diff) | |
download | gentoo-ccd3d972f0391af6f3a07db48e38363902cb1603.tar.gz gentoo-ccd3d972f0391af6f3a07db48e38363902cb1603.tar.bz2 gentoo-ccd3d972f0391af6f3a07db48e38363902cb1603.zip |
games-fps/redeclipse: fix libsdl -> libsdl2 dep
Closes: https://bugs.gentoo.org/751247
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-fps/redeclipse')
-rw-r--r-- | games-fps/redeclipse/redeclipse-1.6.0-r3.ebuild (renamed from games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild) | 6 | ||||
-rw-r--r-- | games-fps/redeclipse/redeclipse-2.0.0-r1.ebuild (renamed from games-fps/redeclipse/redeclipse-2.0.0.ebuild) | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild b/games-fps/redeclipse/redeclipse-1.6.0-r3.ebuild index a752c8763624..f9fc63f5d111 100644 --- a/games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild +++ b/games-fps/redeclipse/redeclipse-1.6.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,13 +17,13 @@ IUSE="dedicated" DEPEND="!dedicated? ( media-libs/freetype:2 - media-libs/libsdl:0[opengl] + media-libs/libsdl2[opengl] media-libs/sdl2-image:0[jpeg,png] media-libs/sdl2-mixer:0[mp3,vorbis] virtual/opengl x11-libs/libX11 ) - >=net-libs/enet-1.3.9 + >=net-libs/enet-1.3.9:= sys-libs/zlib" RDEPEND="${DEPEND}" diff --git a/games-fps/redeclipse/redeclipse-2.0.0.ebuild b/games-fps/redeclipse/redeclipse-2.0.0-r1.ebuild index 8af7b5e88911..14c1520b9b5b 100644 --- a/games-fps/redeclipse/redeclipse-2.0.0.ebuild +++ b/games-fps/redeclipse/redeclipse-2.0.0-r1.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 @@ -16,13 +16,13 @@ IUSE="dedicated" DEPEND="!dedicated? ( media-libs/freetype:2 - media-libs/libsdl:0[opengl] + media-libs/libsdl2[opengl] media-libs/sdl2-image:0[jpeg,png] media-libs/sdl2-mixer:0[mp3,vorbis] virtual/opengl x11-libs/libX11 ) - >=net-libs/enet-1.3.9 + >=net-libs/enet-1.3.9:= sys-libs/zlib" RDEPEND="${DEPEND}" |