From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1240052-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8389C1382C5
	for <garchives@archives.gentoo.org>; Sat,  9 Jan 2021 04:29:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B3B94E0869;
	Sat,  9 Jan 2021 04:29:22 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 99415E0869
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Jan 2021 04:29:22 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 78D8833BE54
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Jan 2021 04:29:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1795CC3
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Jan 2021 04:29:20 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1610166554.ccd3d972f0391af6f3a07db48e38363902cb1603.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/redeclipse/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild games-fps/redeclipse/redeclipse-1.6.0-r3.ebuild games-fps/redeclipse/redeclipse-2.0.0-r1.ebuild games-fps/redeclipse/redeclipse-2.0.0.ebuild
X-VCS-Directories: games-fps/redeclipse/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: ccd3d972f0391af6f3a07db48e38363902cb1603
X-VCS-Branch: master
Date: Sat,  9 Jan 2021 04:29:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a2ac9bf5-39e7-4300-af8c-ba185cc3811d
X-Archives-Hash: 485ee115882cf07ba90c14a3f243c4bf

commit:     ccd3d972f0391af6f3a07db48e38363902cb1603
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 04:29:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 04:29:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd3d972

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 <AT> gentoo.org>

 .../{redeclipse-1.6.0-r2.ebuild => redeclipse-1.6.0-r3.ebuild}      | 6 +++---
 .../{redeclipse-2.0.0.ebuild => redeclipse-2.0.0-r1.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
similarity index 95%
rename from games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild
rename to games-fps/redeclipse/redeclipse-1.6.0-r3.ebuild
index a752c876362..f9fc63f5d11 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
similarity index 95%
rename from games-fps/redeclipse/redeclipse-2.0.0.ebuild
rename to games-fps/redeclipse/redeclipse-2.0.0-r1.ebuild
index 8af7b5e8891..14c1520b9b5 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}"