commit: 454ebf6a5dcf0102427fd2937a10f4fb3f66674f Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Feb 11 14:16:44 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 11 14:26:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454ebf6a
media-fonts/terminus-font: include missing font_pkg_setup Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40532 Signed-off-by: Sam James <sam <AT> gentoo.org> ...{terminus-font-4.49.1-r1.ebuild => terminus-font-4.49.1-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-fonts/terminus-font/terminus-font-4.49.1-r1.ebuild b/media-fonts/terminus-font/terminus-font-4.49.1-r2.ebuild similarity index 98% rename from media-fonts/terminus-font/terminus-font-4.49.1-r1.ebuild rename to media-fonts/terminus-font/terminus-font-4.49.1-r2.ebuild index 1a7c471a7f3a..64f0455abe95 100644 --- a/media-fonts/terminus-font/terminus-font-4.49.1-r1.ebuild +++ b/media-fonts/terminus-font/terminus-font-4.49.1-r2.ebuild @@ -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() {
