diff options
author | Ben de Groot <yngwin@gentoo.org> | 2012-07-26 09:34:55 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2012-07-26 09:34:55 +0000 |
commit | 7b209f863e4d075950afb964b375f40f1ed500f2 (patch) | |
tree | 08ba427774caa2326b883f5912ddb9f75dbac53e /eclass | |
parent | media-libs/sk1libs: Drop bundled media-fonts/ttf-bitstream-vera, #427898 (diff) | |
download | gentoo-2-7b209f863e4d075950afb964b375f40f1ed500f2.tar.gz gentoo-2-7b209f863e4d075950afb964b375f40f1ed500f2.tar.bz2 gentoo-2-7b209f863e4d075950afb964b375f40f1ed500f2.zip |
l10n.eclass: Remove ambiguous wording
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 11 | ||||
-rw-r--r-- | eclass/l10n.eclass | 10 |
2 files changed, 11 insertions, 10 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index ad1601dc7084..c919685006d2 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.353 2012/07/24 19:22:22 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.354 2012/07/26 09:34:55 yngwin Exp $ + + 26 Jul 2012; Ben de Groot <yngwin@gentoo.org> l10n.eclass: + Remove ambiguous wording 24 Jul 2012; Fabian Groffen <grobian@gentoo.org> autotools.eclass: _elibtoolize: properly set LIBTOOLIZE in case glibtoolize exists in the @@ -667,10 +670,10 @@ New eclass. 13 Mar 2012; Ralph Sennhauser <sera@gentoo.org> java-utils-2.eclass: - Add JAVA_PKG_WANT_BUILD_VM to allow limiting build VM by VM handle. The main - aim is to allow respecting the system VM, if possible, for a subset of VMs + Add JAVA_PKG_WANT_BUILD_VM to allow limiting build VM by VM handle. The main + aim is to allow respecting the system VM, if possible, for a subset of VMs provided by the jdk virtuals. - Thanks to Vlastimil Babka <caster@gentoo.org> for contributing the variable + Thanks to Vlastimil Babka <caster@gentoo.org> for contributing the variable name and review. 10 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: diff --git a/eclass/l10n.eclass b/eclass/l10n.eclass index dffcbb620df3..8479b8db463b 100644 --- a/eclass/l10n.eclass +++ b/eclass/l10n.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/l10n.eclass,v 1.1 2012/07/23 12:44:06 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/l10n.eclass,v 1.2 2012/07/26 09:34:55 yngwin Exp $ # @ECLASS: l10n.eclass # @MAINTAINER: @@ -98,11 +98,9 @@ l10n_find_plocales_changes() { # @USAGE: [disabled] # @DESCRIPTION: # Determine which LINGUAS USE flags the user has enabled that are offered -# by the package, as listed in PLOCALES, and return them. In case no -# locales are selected, fall back on PLOCALE_BACKUP. When the disabled -# argument is given, return the disabled useflags instead of the enabled -# ones. This function is normally used internally in this eclass, not by -# l10n.eclass consumers. +# by the package, as listed in PLOCALES, and return them. In case no locales +# are selected, fall back on PLOCALE_BACKUP. When the disabled argument is +# given, return the disabled useflags instead of the enabled ones. l10n_get_locales() { local disabled_locales enabled_locales loc locs for loc in ${PLOCALES}; do |