mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
committed by
Eli Schwartz
parent
b661fdf0cf
commit
2e2084c65b
@@ -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"
|
||||
Reference in New Issue
Block a user