Rename dev-python/{PySDL2 → pysdl2}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-11-23 11:53:23 +01:00
parent a56aeb11aa
commit 768ea22d88
7 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -29,7 +29,7 @@ IUSE="7z rar"
RDEPEND="
dev-python/PyQt5[gui,opengl,widgets,${PYTHON_USEDEP}]
dev-python/PySDL2[${PYTHON_USEDEP}]
dev-python/pysdl2[${PYTHON_USEDEP}]
media-libs/libsdl2[joystick,video]
>=games-emulation/mupen64plus-core-2.5:0/2-sdl2
7z? (

View File

@@ -29,7 +29,7 @@ IUSE="7z rar"
RDEPEND="
dev-python/PyQt5[gui,opengl,widgets,${PYTHON_USEDEP}]
dev-python/PySDL2[${PYTHON_USEDEP}]
dev-python/pysdl2[${PYTHON_USEDEP}]
media-libs/libsdl2[joystick,video]
>=games-emulation/mupen64plus-core-2.5:0/2-sdl2
7z? (

View File

@@ -27,7 +27,7 @@ IUSE="7z rar"
RDEPEND="
dev-python/PyQt6[gui,opengl,widgets,${PYTHON_USEDEP}]
dev-python/PySDL2[${PYTHON_USEDEP}]
dev-python/pysdl2[${PYTHON_USEDEP}]
media-libs/libsdl2[joystick,video]
>=games-emulation/mupen64plus-core-2.5:0/2-sdl2
7z? (

View File

@@ -51,3 +51,4 @@ move dev-python/pyxDamerauLevenshtein dev-python/pyxdameraulevenshtein
move dev-python/PyGithub dev-python/pygithub
move dev-python/Pyro5 dev-python/pyro5
move dev-python/PyRSS2Gen dev-python/pyrss2gen
move dev-python/PySDL2 dev-python/pysdl2