summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 09:12:02 +0100
committerSam James <sam@gentoo.org>2021-03-31 09:12:52 +0100
commit666e192e4856b76b1154e463f9fec16f4f0b8541 (patch)
tree7cada0c594c63cb1415dd6fdbfd30c91196c82c8 /eclass
parentRevert "llvm.org.eclass: mark some variable as @PRE_INHERIT" (diff)
downloadgentoo-666e192e4856b76b1154e463f9fec16f4f0b8541.tar.gz
gentoo-666e192e4856b76b1154e463f9fec16f4f0b8541.tar.bz2
gentoo-666e192e4856b76b1154e463f9fec16f4f0b8541.zip
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@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/font-ebdftopcf.eclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/eclass/font-ebdftopcf.eclass b/eclass/font-ebdftopcf.eclass
index 6d6bd70ae31f..889f821c2572 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"