aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2018-01-27 12:06:41 +0000
committerJustin Lecher <jlec@gentoo.org>2018-01-27 12:06:41 +0000
commitcbbd53480bf1b95643c643ddb6570705b709aafc (patch)
tree5fec693745a2e823a8a640d4423779454b5395cc /dev-lang
parentdev-lang/icc: Update to new localization handling (diff)
downloadsci-cbbd53480bf1b95643c643ddb6570705b709aafc.tar.gz
sci-cbbd53480bf1b95643c643ddb6570705b709aafc.tar.bz2
sci-cbbd53480bf1b95643c643ddb6570705b709aafc.zip
dev-lang/ifc: Update to new localization handling
Signed-off-by: Justin Lecher <jlec@gentoo.org> Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/ifc/ifc-16.0.2.181.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-lang/ifc/ifc-16.0.2.181.ebuild b/dev-lang/ifc/ifc-16.0.2.181.ebuild
index 72f1eec6d..6de7a4fca 100644
--- a/dev-lang/ifc/ifc-16.0.2.181.ebuild
+++ b/dev-lang/ifc/ifc-16.0.2.181.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,11 +12,11 @@ DESCRIPTION="Intel FORTRAN Compiler"
HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
LINGUAS="ja"
-IUSE="doc examples linguas_ja"
+IUSE="doc examples l10n_ja"
KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-DEPEND="!dev-lang/ifc[linguas_ja]"
-RDEPEND="${DEPEND}
+# avoid file collision with icc #476330
+RDEPEND="l10n_ja? ( !dev-lang/icc[l10n_ja(-)] !dev-lang/icc[linguas_ja(-)] )
~dev-libs/intel-common-${PV}[compiler]"
CHECKREQS_DISK_BUILD=400M
@@ -37,7 +37,7 @@ pkg_setup() {
"fcompxe-doc-2016.2-062.noarch.rpm"
"ifort-ps-doc-16.0.2-181.noarch.rpm")
- if use linguas_ja; then
+ if use l10n_ja; then
INTEL_DIST_DAT_RPMS+=(
"ifort-ps-doc-jp-16.0.2-181.noarch.rpm")
fi
@@ -48,7 +48,7 @@ pkg_setup() {
"fcomp-doc-2016.2-062.noarch.rpm")
fi
- if use linguas_ja; then
+ if use l10n_ja; then
INTEL_DIST_BIN_RPMS+=(
"ifort-l-ps-jp")
fi