diff --git a/dev-python/yams/yams-9999.ebuild b/dev-python/yams/yams-9999.ebuild index 5cc89a54cb..1824ef057e 100644 --- a/dev-python/yams/yams-9999.ebuild +++ b/dev-python/yams/yams-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ SLOT="0" RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/python-mpd[${PYTHON_USEDEP}] + dev-python/python-mpd2[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] media-sound/mpd " diff --git a/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.5.0.ebuild b/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.5.0.ebuild index 153a92322e..ef166c0d45 100644 --- a/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.5.0.ebuild +++ b/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.5.0.ebuild @@ -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 @@ -19,5 +19,5 @@ KEYWORDS="~amd64 ~x86" RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]" pkg_postinst() { - optfeature "MPD player support" dev-python/python-mpd + optfeature "MPD player support" dev-python/python-mpd2 }