Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
Date: Sat, 27 Jan 2018 12:24:33
Message-Id: 1517055600.de8f1ad370359efea79829b077651427c65b9e42.jlec@gentoo
1 commit: de8f1ad370359efea79829b077651427c65b9e42
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 27 12:20:00 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 12:20:00 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=de8f1ad3
7
8 dev-libs/intel-common: Update to new localization handling
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11 Package-Manager: Portage-2.3.20, Repoman-2.3.6
12
13 dev-libs/intel-common/intel-common-16.0.2.181.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-libs/intel-common/intel-common-16.0.2.181.ebuild b/dev-libs/intel-common/intel-common-16.0.2.181.ebuild
17 index 7d952084f..c6f17e064 100644
18 --- a/dev-libs/intel-common/intel-common-16.0.2.181.ebuild
19 +++ b/dev-libs/intel-common/intel-common-16.0.2.181.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ inherit intel-sdp-r1
27 DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
28 HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
29
30 -IUSE="+compiler doc examples mic mpi openmp linguas_ja"
31 +IUSE="+compiler doc examples mic mpi openmp l10n_ja"
32 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
33 REQUIRED_USE="mic? ( openmp )"
34
35 @@ -34,7 +34,7 @@ pkg_setup() {
36 INTEL_DIST_DAT_RPMS+=(
37 "ccompxe-doc-2016.2-062.noarch.rpm")
38
39 - if use linguas_ja; then
40 + if use l10n_ja; then
41 INTEL_DIST_DAT_RPMS+=(
42 "comp-ps-doc-jp-16.0.2-181.noarch.rpm")
43 fi
44 @@ -85,7 +85,7 @@ pkg_setup() {
45 "openmp-l-ps-devel"
46 "openmp-l-ps-ss-devel")
47
48 - if use linguas_ja; then
49 + if use l10n_ja; then
50 INTEL_DIST_AMD64_RPMS+=(
51 "openmp-l-ps-devel-jp")
52
53 @@ -101,7 +101,7 @@ pkg_setup() {
54 fi
55 fi
56
57 - if use linguas_ja; then
58 + if use l10n_ja; then
59 INTEL_DIST_X86_RPMS+=(
60 "openmp-l-ps-jp")
61 fi