commit: 79105148a5b33c546fc4ace41935d437b76c9be9
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Jan 30 10:32:13 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Tue Jan 30 10:32:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79105148
*/*: move dev-python/{python-mpd → python-mpd2}
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
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
}