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-lang/icc/
Date: Sat, 27 Jan 2018 12:24:34
Message-Id: 1517054431.c6acb5ce6959f278a126efcfd6cd5983c3678117.jlec@gentoo
1 commit: c6acb5ce6959f278a126efcfd6cd5983c3678117
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 27 12:00:31 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 12:00:31 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c6acb5ce
7
8 dev-lang/icc: 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-lang/icc/icc-16.0.2.181.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-lang/icc/icc-16.0.2.181.ebuild b/dev-lang/icc/icc-16.0.2.181.ebuild
17 index 1ebd111d9..76f1592c0 100644
18 --- a/dev-lang/icc/icc-16.0.2.181.ebuild
19 +++ b/dev-lang/icc/icc-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 @@ -12,11 +12,11 @@ DESCRIPTION="Intel C/C++ Compiler"
27 HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
28
29 LINGUAS="ja"
30 -IUSE="doc examples linguas_ja"
31 +IUSE="doc examples l10n_ja"
32 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
33
34 -DEPEND="!dev-lang/ifc[linguas_ja]"
35 -RDEPEND="${DEPEND}
36 +# avoid file collision with ifc #476330
37 +RDEPEND="l10n_ja? ( !dev-lang/ifc[l10n_ja(-)] !dev-lang/ifc[linguas_ja(-)] )
38 ~dev-libs/intel-common-${PV}[compiler]"
39
40 CHECKREQS_DISK_BUILD=500M
41 @@ -44,7 +44,7 @@ pkg_setup() {
42 "icc-ps-doc-16.0.2-181.noarch.rpm"
43 "icc-ps-ss-doc-16.0.2-181.noarch.rpm")
44
45 - if use linguas_ja; then
46 + if use l10n_ja; then
47 INTEL_DIST_DAT_RPMS+=(
48 "icc-ps-doc-jp-16.0.2-181.noarch.rpm")
49 fi