font.eclass: Add EAPI guardian block, bug 666635

Bug: https://bugs.gentoo.org/666635
This commit is contained in:
Andreas K. Hüttel
2018-09-20 18:37:33 +02:00
parent ef732a3e07
commit fc351c8366

View File

@@ -6,6 +6,11 @@
# fonts@gentoo.org
# @BLURB: Eclass to make font installation uniform
case ${EAPI:-0} in
0|1|2|3|4|5|6) ;;
*) die "EAPI ${EAPI} is not supported by font.eclass." ;;
esac
inherit eutils
EXPORT_FUNCTIONS pkg_setup src_install pkg_postinst pkg_postrm