diff options
-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}\"" |