media-fonts/terminus-font: include missing font_pkg_setup

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40532
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-02-11 16:16:44 +02:00
committed by Sam James
parent 470b68bb86
commit 454ebf6a5d

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,6 +32,8 @@ REQUIRED_USE="X? ( || ( otf pcf-8bit pcf-unicode ) )"
pkg_setup() {
python_setup
font_pkg_setup
}
src_prepare() {