From f5c91e6a816508d05c33045d7a22d329495685be Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 19 Oct 2022 11:01:42 +0200 Subject: [PATCH] eclass/plocale: Sync with Gentoo It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2. --- .../third_party/portage-stable/eclass/plocale.eclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/plocale.eclass b/sdk_container/src/third_party/portage-stable/eclass/plocale.eclass index f4fc5218b4..979b1dca09 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/plocale.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/plocale.eclass @@ -1,5 +1,6 @@ -# Copyright 1999-2021 Gentoo Foundation +# Copyright 2012-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + # @ECLASS: plocale.eclass # @MAINTAINER: # Ulrich Müller @@ -30,7 +31,7 @@ # PLOCALES with the user's LINGUAS setting. (As a special case, if the # LINGUAS variable is unset then all items in PLOCALES will be used, # emulating the behaviour of gettext.) - +# # In the following simple example, locale specific README files # (e.g. README.de, README.en) are added to the DOCS variable: # @@ -58,7 +59,7 @@ esac if [[ -z ${_PLOCALE_ECLASS} ]]; then _PLOCALE_ECLASS=1 -# @ECLASS-VARIABLE: PLOCALES +# @ECLASS_VARIABLE: PLOCALES # @DEFAULT_UNSET # @DESCRIPTION: # Variable listing the locales for which localizations are offered by @@ -66,7 +67,7 @@ _PLOCALE_ECLASS=1 # # Example: PLOCALES="cy de el_GR en_US pt_BR vi zh_CN" -# @ECLASS-VARIABLE: PLOCALE_BACKUP +# @ECLASS_VARIABLE: PLOCALE_BACKUP # @DEFAULT_UNSET # @DESCRIPTION: # In some cases the package fails when none of the offered PLOCALES are @@ -166,4 +167,3 @@ plocale_get_locales() { } fi -