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/ifc/
Date: Sat, 27 Jan 2018 12:24:33
Message-Id: 1517054801.cbbd53480bf1b95643c643ddb6570705b709aafc.jlec@gentoo
1 commit: cbbd53480bf1b95643c643ddb6570705b709aafc
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 27 12:06:41 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 12:06:41 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cbbd5348
7
8 dev-lang/ifc: 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/ifc/ifc-16.0.2.181.ebuild | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-lang/ifc/ifc-16.0.2.181.ebuild b/dev-lang/ifc/ifc-16.0.2.181.ebuild
17 index 72f1eec6d..6de7a4fca 100644
18 --- a/dev-lang/ifc/ifc-16.0.2.181.ebuild
19 +++ b/dev-lang/ifc/ifc-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 FORTRAN 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 icc #476330
37 +RDEPEND="l10n_ja? ( !dev-lang/icc[l10n_ja(-)] !dev-lang/icc[linguas_ja(-)] )
38 ~dev-libs/intel-common-${PV}[compiler]"
39
40 CHECKREQS_DISK_BUILD=400M
41 @@ -37,7 +37,7 @@ pkg_setup() {
42 "fcompxe-doc-2016.2-062.noarch.rpm"
43 "ifort-ps-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 "ifort-ps-doc-jp-16.0.2-181.noarch.rpm")
49 fi
50 @@ -48,7 +48,7 @@ pkg_setup() {
51 "fcomp-doc-2016.2-062.noarch.rpm")
52 fi
53
54 - if use linguas_ja; then
55 + if use l10n_ja; then
56 INTEL_DIST_BIN_RPMS+=(
57 "ifort-l-ps-jp")
58 fi