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 75E4C1382C5 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 A5C35E086B; Sat, 27 Jan 2018 12:24:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 845E3E086B for ; Sat, 27 Jan 2018 12:24:32 +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 79A06335C30 for ; Sat, 27 Jan 2018 12:24:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B10A1D2 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: <1517055600.de8f1ad370359efea79829b077651427c65b9e42.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/intel-common/intel-common-16.0.2.181.ebuild X-VCS-Directories: dev-libs/intel-common/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: de8f1ad370359efea79829b077651427c65b9e42 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: 65b180b6-11f7-4a74-8a9c-6671d7681967 X-Archives-Hash: 9d1b4cc959d9b90787a6af4b02721304 commit: de8f1ad370359efea79829b077651427c65b9e42 Author: Justin Lecher gentoo org> AuthorDate: Sat Jan 27 12:20:00 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jan 27 12:20:00 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=de8f1ad3 dev-libs/intel-common: Update to new localization handling Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.20, Repoman-2.3.6 dev-libs/intel-common/intel-common-16.0.2.181.ebuild | 10 +++++----- 1 file 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