From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1106407-garchives=archives.gentoo.org@lists.gentoo.org> 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 BB257138334 for <garchives@archives.gentoo.org>; Sun, 18 Aug 2019 10:07:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88CCDE0AC0; Sun, 18 Aug 2019 10:07:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4BB56E0AC4 for <gentoo-commits@lists.gentoo.org>; Sun, 18 Aug 2019 10:07:46 +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 EE799349D9F for <gentoo-commits@lists.gentoo.org>; Sun, 18 Aug 2019 10:07:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FBC8774 for <gentoo-commits@lists.gentoo.org>; Sun, 18 Aug 2019 10:07:39 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1566122854.a05b8155c31cfe2ca0a91f143cb542a25af4ba7e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-10.0.0.9999.ebuild sys-libs/libomp/libomp-9.0.0.9999.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a05b8155c31cfe2ca0a91f143cb542a25af4ba7e X-VCS-Branch: master Date: Sun, 18 Aug 2019 10:07:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 627a179d-c5c8-4f5d-941a-967bb466bc9b X-Archives-Hash: 6fa5edd78c1f4c3d8b55c26efc476b94 commit: a05b8155c31cfe2ca0a91f143cb542a25af4ba7e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 18 08:58:06 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 18 10:07:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05b8155 sys-libs/libomp: Update LICENSE for 9+ Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-libs/libomp/libomp-10.0.0.9999.ebuild | 6 +----- sys-libs/libomp/libomp-9.0.0.9999.ebuild | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/sys-libs/libomp/libomp-10.0.0.9999.ebuild b/sys-libs/libomp/libomp-10.0.0.9999.ebuild index 9a293c825b6..d0f53bbe6e3 100644 --- a/sys-libs/libomp/libomp-10.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-10.0.0.9999.ebuild @@ -16,11 +16,7 @@ SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/openmp.git https://github.com/llvm-mirror/openmp.git" -# Additional licenses: -# - MIT-licensed Intel code, -# - LLVM Software Grant from Intel. - -LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" KEYWORDS="" IUSE="cuda hwloc kernel_linux offload ompt test" diff --git a/sys-libs/libomp/libomp-9.0.0.9999.ebuild b/sys-libs/libomp/libomp-9.0.0.9999.ebuild index c74e74f9ae9..1927e2fcf46 100644 --- a/sys-libs/libomp/libomp-9.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-9.0.0.9999.ebuild @@ -17,11 +17,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/openmp.git https://github.com/llvm-mirror/openmp.git" EGIT_BRANCH="release_90" -# Additional licenses: -# - MIT-licensed Intel code, -# - LLVM Software Grant from Intel. - -LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" KEYWORDS="" IUSE="cuda hwloc kernel_linux offload ompt test"