diff options
author | Justin Lecher <jlec@gentoo.org> | 2018-01-27 12:00:31 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2018-01-27 12:00:31 +0000 |
commit | c6acb5ce6959f278a126efcfd6cd5983c3678117 (patch) | |
tree | f57d0af004965743914132547cbf5aaea88a26bb | |
parent | sci-biology/rtg-tools: adjust description (diff) | |
download | sci-c6acb5ce6959f278a126efcfd6cd5983c3678117.tar.gz sci-c6acb5ce6959f278a126efcfd6cd5983c3678117.tar.bz2 sci-c6acb5ce6959f278a126efcfd6cd5983c3678117.zip |
dev-lang/icc: Update to new localization handling
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.20, Repoman-2.3.6
-rw-r--r-- | dev-lang/icc/icc-16.0.2.181.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-lang/icc/icc-16.0.2.181.ebuild b/dev-lang/icc/icc-16.0.2.181.ebuild index 1ebd111d9..76f1592c0 100644 --- a/dev-lang/icc/icc-16.0.2.181.ebuild +++ b/dev-lang/icc/icc-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 C/C++ 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 ifc #476330 +RDEPEND="l10n_ja? ( !dev-lang/ifc[l10n_ja(-)] !dev-lang/ifc[linguas_ja(-)] ) ~dev-libs/intel-common-${PV}[compiler]" CHECKREQS_DISK_BUILD=500M @@ -44,7 +44,7 @@ pkg_setup() { "icc-ps-doc-16.0.2-181.noarch.rpm" "icc-ps-ss-doc-16.0.2-181.noarch.rpm") - if use linguas_ja; then + if use l10n_ja; then INTEL_DIST_DAT_RPMS+=( "icc-ps-doc-jp-16.0.2-181.noarch.rpm") fi |