commit: 666e192e4856b76b1154e463f9fec16f4f0b8541
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 08:12:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 08:12:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666e192e
font-ebdftopcf.eclass: drop incomplete definitions of functions
It's better to not try according to our fun AWK ;)
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/font-ebdftopcf.eclass | 2 --
1 file changed, 2 deletions(-)
diff --git a/eclass/font-ebdftopcf.eclass b/eclass/font-ebdftopcf.eclass
index 6d6bd70ae31..889f821c257 100644
--- a/eclass/font-ebdftopcf.eclass
+++ b/eclass/font-ebdftopcf.eclass
@@ -22,7 +22,6 @@ RDEPEND=""
# Public functions
#
-# @FUNCTION: ebdftopcf
ebdftopcf() {
local bdffiles
bdffiles="$@"
@@ -37,7 +36,6 @@ ebdftopcf() {
# Public inheritable functions
#
-# @FUNCTION: font-ebdftopcf_src_compile
font-ebdftopcf_src_compile() {
use X && FONT_SUFFIX="pcf.gz"
use X || FONT_SUFFIX="bdf"