diff options
author | Joonas Niilola <juippis@gentoo.org> | 2019-08-03 18:22:15 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-08-03 18:22:15 +0300 |
commit | 02c1c6595abe1385cc514b3e1f7b491b77132bfb (patch) | |
tree | 9af70180050450b4b882f85649e23a2ca24cfe05 /eclass | |
parent | media-fonts/fontawesome: bump to 5.10.0 (diff) | |
download | gentoo-02c1c6595abe1385cc514b3e1f7b491b77132bfb.tar.gz gentoo-02c1c6595abe1385cc514b3e1f7b491b77132bfb.tar.bz2 gentoo-02c1c6595abe1385cc514b3e1f7b491b77132bfb.zip |
font.eclass: add @SUPPORTED_EAPIS
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/font.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass index b559b3ace370..5f3e15eafc59 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: # fonts@gentoo.org +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: Eclass to make font installation uniform case ${EAPI:-0} in |