From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 047281382C5 for ; Sat, 27 Jan 2018 12:24:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C590E0825; Sat, 27 Jan 2018 12:24:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC4A4E0825 for ; Sat, 27 Jan 2018 12:24:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EACA335C2E for ; Sat, 27 Jan 2018 12:24:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 780C01D0 for ; Sat, 27 Jan 2018 12:24:28 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1517054801.cbbd53480bf1b95643c643ddb6570705b709aafc.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/ifc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/ifc/ifc-16.0.2.181.ebuild X-VCS-Directories: dev-lang/ifc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cbbd53480bf1b95643c643ddb6570705b709aafc X-VCS-Branch: master Date: Sat, 27 Jan 2018 12:24:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 44e86d62-8f7e-4e30-a00a-f04a5539dff3 X-Archives-Hash: f77ea42ba9e485e783c4ed86d3d999c3 commit: cbbd53480bf1b95643c643ddb6570705b709aafc Author: Justin Lecher gentoo org> AuthorDate: Sat Jan 27 12:06:41 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jan 27 12:06:41 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cbbd5348 dev-lang/ifc: Update to new localization handling Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.20, Repoman-2.3.6 dev-lang/ifc/ifc-16.0.2.181.ebuild | 12 ++++++------ 1 file 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