commit: 212453e8c52f37a517c328c1b0dc41822cdc32d7 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Jan 21 12:54:12 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Jan 21 12:54:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212453e8
l10n.eclass: Do not mention linguas.desc any more. Closes: https://bugs.gentoo.org/645220 eclass/l10n.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/l10n.eclass b/eclass/l10n.eclass index 82f4ab113f5..0b2d287afa7 100644 --- a/eclass/l10n.eclass +++ b/eclass/l10n.eclass @@ -18,8 +18,7 @@ # @DEFAULT_UNSET # @DESCRIPTION: # Variable listing the locales for which localizations are offered by -# the package. Check profiles/desc/linguas.desc to see if the locales -# are listed there. Add any missing ones there. +# the package. # # Example: PLOCALES="cy de el_GR en_US pt_BR vi zh_CN"
