From 79105148a5b33c546fc4ace41935d437b76c9be9 Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Tue, 30 Jan 2024 19:32:13 +0900 Subject: [PATCH] =?UTF-8?q?*/*:=20move=20dev-python/{python-mpd=20?= =?UTF-8?q?=E2=86=92=20python-mpd2}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Takuya Wakazono --- dev-python/yams/yams-9999.ebuild | 4 ++-- net-misc/lyrics-in-terminal/lyrics-in-terminal-1.5.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }