Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 03 Aug 2019 15:22:51
Message-Id: 1564845735.02c1c6595abe1385cc514b3e1f7b491b77132bfb.juippis@gentoo
1 commit: 02c1c6595abe1385cc514b3e1f7b491b77132bfb
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 3 15:22:15 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 3 15:22:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c1c659
7
8 font.eclass: add @SUPPORTED_EAPIS
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 eclass/font.eclass | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/font.eclass b/eclass/font.eclass
16 index b559b3ace37..5f3e15eafc5 100644
17 --- a/eclass/font.eclass
18 +++ b/eclass/font.eclass
19 @@ -1,9 +1,10 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: font.eclass
25 # @MAINTAINER:
26 # fonts@g.o
27 +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6
28 # @BLURB: Eclass to make font installation uniform
29
30 case ${EAPI:-0} in