commit:     985a1f895f870e89bc6c1528783217ce80df278f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 14:45:02 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 14:45:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985a1f89

net-print/pnm2ppa: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild | 6 +++---
 1 file 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 0e30bb15471..8756c6c1059 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}\""

Reply via email to