*/*: move dev-python/{python-mpd → python-mpd2}

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-01-30 19:32:13 +09:00
parent fb4b9dd9e7
commit 79105148a5
2 changed files with 4 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
@@ -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
}