Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 21 Jun 2021 05:39:20
Message-Id: 1624253900.9a288649de7f9fadfa1ba8524ba754072f550cb4.sam@gentoo
1 commit: 9a288649de7f9fadfa1ba8524ba754072f550cb4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 05:38:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 05:38:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a288649
7
8 l10n.eclass: fix @SUPPORTED_EAPIS eclassdoc
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/l10n.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/l10n.eclass b/eclass/l10n.eclass
16 index 878879e5e57..5cf3931b7bf 100644
17 --- a/eclass/l10n.eclass
18 +++ b/eclass/l10n.eclass
19 @@ -6,8 +6,8 @@
20 # Ulrich Müller <ulm@g.o>
21 # @AUTHOR:
22 # Ben de Groot <yngwin@g.o>
23 -# @BLURB: convenience functions to handle localizations
24 # @SUPPORTED_EAPIS: 5 6 7
25 +# @BLURB: convenience functions to handle localizations
26 # @DESCRIPTION:
27 # The l10n (localization) eclass offers a number of functions to more
28 # conveniently handle localizations (translations) offered by packages.