diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-16 18:07:54 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-16 18:13:30 -0500 |
commit | 31174018893628b541b2d2dffa11e6206ef2cb85 (patch) | |
tree | b7e5171e6b2bead9f255fd2eb04316969a3b9de7 /eclass | |
parent | eclass/fixheadtails: fixup documentation (diff) | |
download | gentoo-31174018893628b541b2d2dffa11e6206ef2cb85.tar.gz gentoo-31174018893628b541b2d2dffa11e6206ef2cb85.tar.bz2 gentoo-31174018893628b541b2d2dffa11e6206ef2cb85.zip |
eclass/font: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/font.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass index e9e448a8155b..10f4bf61e8d7 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -13,6 +13,11 @@ case ${EAPI:-0} in *) die "EAPI ${EAPI} is not supported by font.eclass." ;; esac +# @VARIABLE: _FONT_ECLASS +# @INTERNAL +# @DESCRIPTION: +# Please document me + if [[ ! ${_FONT_ECLASS} ]]; then EXPORT_FUNCTIONS pkg_setup src_install pkg_postinst pkg_postrm |