mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user