diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-07 15:45:02 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-07 15:45:02 +0100 |
commit | 985a1f895f870e89bc6c1528783217ce80df278f (patch) | |
tree | b3226880551b030d3334f644e7f1a587c7ab5569 /net-print | |
parent | media-gfx/iscan-plugin-gt-f720: Drop linguas_ja flag. (diff) | |
download | gentoo-985a1f895f870e89bc6c1528783217ce80df278f.tar.gz gentoo-985a1f895f870e89bc6c1528783217ce80df278f.tar.bz2 gentoo-985a1f895f870e89bc6c1528783217ce80df278f.zip |
net-print/pnm2ppa: Migrate from LINGUAS to L10N.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild b/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild index 0e30bb154713..8756c6c1059e 100644 --- a/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild +++ b/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -17,7 +17,7 @@ IUSE="syslog" # en on first place so others can override it LANGS="en cs es fr it nl" for lng in ${LANGS}; do - IUSE+=" linguas_${lng}" + IUSE+=" l10n_${lng}" done RDEPEND=" @@ -33,7 +33,7 @@ src_configure() { local lng i withval for lng in ${LANGS}; do - if use linguas_${lng}; then + if use l10n_${lng}; then if [[ -n ${i} ]] ; then ewarn "This package supports only one translation at a time." ewarn "Overriding previous value: \"${withval}\" with \"${lng}\"" |