commit: 02c1c6595abe1385cc514b3e1f7b491b77132bfb Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sat Aug 3 15:22:15 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Aug 3 15:22:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c1c659
font.eclass: add @SUPPORTED_EAPIS Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> eclass/font.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/font.eclass b/eclass/font.eclass index b559b3ace37..5f3e15eafc5 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -1,9 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: font.eclass # @MAINTAINER: # [email protected] +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: Eclass to make font installation uniform case ${EAPI:-0} in
