summaryrefslogtreecommitdiff
path: root/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-07 18:44:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-07 18:44:07 +0000
commit5001a6c7b6da2956f5b17c695b1e0059dc7b8de5 (patch)
tree0528a53855a7ec96d20cde9edb9031aab030224c /net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild
parenta8b0d35ab742f31538d515dea39716e566d533c0 (diff)
gentoo resync : 07.01.2018
Diffstat (limited to 'net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild')
-rw-r--r--net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild6
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}\""