aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2018-01-27 12:20:00 +0000
committerJustin Lecher <jlec@gentoo.org>2018-01-27 12:20:00 +0000
commitde8f1ad370359efea79829b077651427c65b9e42 (patch)
treeb054d924b06518187a4618e03aa7e8e722a3f390 /dev-libs
parentdev-lang/ifc: Update to new localization handling (diff)
downloadsci-de8f1ad370359efea79829b077651427c65b9e42.tar.gz
sci-de8f1ad370359efea79829b077651427c65b9e42.tar.bz2
sci-de8f1ad370359efea79829b077651427c65b9e42.zip
dev-libs/intel-common: 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-libs')
-rw-r--r--dev-libs/intel-common/intel-common-16.0.2.181.ebuild10
1 files changed, 5 insertions, 5 deletions
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
index 7d952084f..c6f17e064 100644
--- a/dev-libs/intel-common/intel-common-16.0.2.181.ebuild
+++ b/dev-libs/intel-common/intel-common-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
@@ -11,7 +11,7 @@ inherit intel-sdp-r1
DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-IUSE="+compiler doc examples mic mpi openmp linguas_ja"
+IUSE="+compiler doc examples mic mpi openmp l10n_ja"
KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
REQUIRED_USE="mic? ( openmp )"
@@ -34,7 +34,7 @@ pkg_setup() {
INTEL_DIST_DAT_RPMS+=(
"ccompxe-doc-2016.2-062.noarch.rpm")
- if use linguas_ja; then
+ if use l10n_ja; then
INTEL_DIST_DAT_RPMS+=(
"comp-ps-doc-jp-16.0.2-181.noarch.rpm")
fi
@@ -85,7 +85,7 @@ pkg_setup() {
"openmp-l-ps-devel"
"openmp-l-ps-ss-devel")
- if use linguas_ja; then
+ if use l10n_ja; then
INTEL_DIST_AMD64_RPMS+=(
"openmp-l-ps-devel-jp")
@@ -101,7 +101,7 @@ pkg_setup() {
fi
fi
- if use linguas_ja; then
+ if use l10n_ja; then
INTEL_DIST_X86_RPMS+=(
"openmp-l-ps-jp")
fi