media-sound/mpd: fix binpkg using python-any-r1_pkg_setup

python packages are used to build documentation, use
python-any-r1_pkg_setup for not call python_setup w/ the binary package

Closes: https://bugs.gentoo.org/979258
Thanks-to: Eli Schwartz <eschwartz@gentoo.org>
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Merges: https://codeberg.org/gentoo/gentoo/pulls/1466
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Nicolas PARLANT
2026-07-20 01:02:28 +02:00
committed by Eli Schwartz
parent b661fdf0cf
commit 2e2084c65b

View File

@@ -149,7 +149,7 @@ python_check_deps() {
}
pkg_setup() {
use doc && python_setup
use doc && python-any-r1_pkg_setup
if use eventfd; then
CONFIG_CHECK+=" ~EVENTFD"