diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-07 18:44:07 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-07 18:44:07 +0000 |
commit | 5001a6c7b6da2956f5b17c695b1e0059dc7b8de5 (patch) | |
tree | 0528a53855a7ec96d20cde9edb9031aab030224c /net-print/pnm2ppa | |
parent | a8b0d35ab742f31538d515dea39716e566d533c0 (diff) |
gentoo resync : 07.01.2018
Diffstat (limited to 'net-print/pnm2ppa')
-rw-r--r-- | net-print/pnm2ppa/Manifest | 2 | ||||
-rw-r--r-- | net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-print/pnm2ppa/Manifest b/net-print/pnm2ppa/Manifest index 0e62619bd61f..d9748218cefc 100644 --- a/net-print/pnm2ppa/Manifest +++ b/net-print/pnm2ppa/Manifest @@ -1,3 +1,3 @@ DIST pnm2ppa-1.13.tar.gz 291190 BLAKE2B c348f5582e8014a8dcc349a6254a302ce3e8272984b96828b3ce9f012654fb2520624aed6db2a97c3f0cbaf2be608a0d83da2b5b2b799e7500f89a6927c6d0d6 SHA512 8f96792cf7f03fd024db9a8d338f06d7484fa4474c1cd73048c90f0e88ae5540df30e6894c0bbc82dfd87126fc72875b6d71b2031c0e24b343ef88f51d00bb7a -EBUILD pnm2ppa-1.13-r1.ebuild 1566 BLAKE2B aee46922bf247123fa2e59d1fded1f3082453e0a6a54b614c2011634d0fc6d1c07286abfff7c67cf5598a0e7b0763894acfe7a003ac4a018ffe42882cd130e11 SHA512 0fd91ed5cfd9b98227532be31a147e767a8db4283214dcfc0641e312c51454f4ac4e4275e4a85c1dd2567cb53ed743fb4d5f44703348eaca38979dcc65184202 +EBUILD pnm2ppa-1.13-r1.ebuild 1560 BLAKE2B a6c9f88262f935335f4d8643d7772c6b95c0115145df0c883e8a75c9d174a06e4f19974f7705dfd6993d33ed8ae1799ec47a4805c07bd78bf61c2b0156c7aad8 SHA512 235607e89c4e77f2c795786af0a90287156a6a690ba4dea81d260d24cb967ed3743573e4c070f740656f6e79bd7591bfffbf78708af8c50849fbba4cf1ec9b59 MISC metadata.xml 336 BLAKE2B 82376654bf2d655189b054c7e2168a59019ab7a5513fc7e4e306a5e8f9bb3eba86adfcb5fa4f1e112550d0123fa130446cb943e34b77b434f9278063caf0466d SHA512 345cc7f244621dee98b191a5b9704783490eccf9b27cda4c8d052657ebb35dc441ab752014a34f171115b26a9a2d8650c9cb2afc788e9271be6d91d47de3a507 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}\"" |