media-fonts/terminus-font: use python-any-r1_pkg_setup, not python_setup

python-any-r1_pkg_setup punts on BINARY_TYPE == binary, while python_setup
doesn't.

Closes: https://bugs.gentoo.org/977311
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-06-13 06:19:12 +01:00
parent 059219787a
commit 093fd30e40

View File

@@ -31,8 +31,7 @@ DOCS=( README README-BG AUTHORS CHANGES )
REQUIRED_USE="X? ( || ( otf pcf-8bit pcf-unicode ) )"
pkg_setup() {
python_setup
python-any-r1_pkg_setup
font_pkg_setup
}