From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1614070-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C245D158041 for <garchives@archives.gentoo.org>; Sat, 23 Mar 2024 17:20:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 994D92BC01E; Sat, 23 Mar 2024 17:20:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 782DA2BC01E for <gentoo-commits@lists.gentoo.org>; Sat, 23 Mar 2024 17:20:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6263433BE42 for <gentoo-commits@lists.gentoo.org>; Sat, 23 Mar 2024 17:20:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4294156A for <gentoo-commits@lists.gentoo.org>; Sat, 23 Mar 2024 17:20:04 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1711214191.45cfb87c758846944bdc2dcb961e518f7b792e52.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-15.0.7-r6.ebuild sys-libs/libomp/libomp-16.0.6.ebuild sys-libs/libomp/libomp-17.0.6.ebuild sys-libs/libomp/libomp-18.1.2.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 45cfb87c758846944bdc2dcb961e518f7b792e52 X-VCS-Branch: master Date: Sat, 23 Mar 2024 17:20:04 +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: 79a8a20b-d28c-4afb-87af-a8d1886e3e09 X-Archives-Hash: 7bc49569d851697ad8704b3dee3aa856 commit: 45cfb87c758846944bdc2dcb961e518f7b792e52 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 23 16:24:46 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 23 17:16:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45cfb87c sys-libs/libomp: drop ppc (isn't supported) It never worked. Bug: https://bugs.gentoo.org/600148 Bug: https://bugs.gentoo.org/708344 Closes: https://bugs.gentoo.org/907213 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/libomp/libomp-15.0.7-r6.ebuild | 4 ++-- sys-libs/libomp/libomp-16.0.6.ebuild | 4 ++-- sys-libs/libomp/libomp-17.0.6.ebuild | 2 +- sys-libs/libomp/libomp-18.1.2.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-libs/libomp/libomp-15.0.7-r6.ebuild b/sys-libs/libomp/libomp-15.0.7-r6.ebuild index e8b3f3483f1e..ddef8e6ff939 100644 --- a/sys-libs/libomp/libomp-15.0.7-r6.ebuild +++ b/sys-libs/libomp/libomp-15.0.7-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://openmp.llvm.org" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0/${LLVM_SOABI}" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x64-macos" IUSE=" debug hwloc offload ompt test llvm_targets_AMDGPU llvm_targets_NVPTX diff --git a/sys-libs/libomp/libomp-16.0.6.ebuild b/sys-libs/libomp/libomp-16.0.6.ebuild index 0590156caaa6..82c6efffb251 100644 --- a/sys-libs/libomp/libomp-16.0.6.ebuild +++ b/sys-libs/libomp/libomp-16.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ HOMEPAGE="https://openmp.llvm.org" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0/${LLVM_SOABI}" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86 ~amd64-linux ~x64-macos" IUSE=" debug gdb-plugin hwloc offload ompt test llvm_targets_AMDGPU llvm_targets_NVPTX diff --git a/sys-libs/libomp/libomp-17.0.6.ebuild b/sys-libs/libomp/libomp-17.0.6.ebuild index 766adba6fde3..82c6efffb251 100644 --- a/sys-libs/libomp/libomp-17.0.6.ebuild +++ b/sys-libs/libomp/libomp-17.0.6.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://openmp.llvm.org" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0/${LLVM_SOABI}" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86 ~amd64-linux ~x64-macos" IUSE=" debug gdb-plugin hwloc offload ompt test llvm_targets_AMDGPU llvm_targets_NVPTX diff --git a/sys-libs/libomp/libomp-18.1.2.ebuild b/sys-libs/libomp/libomp-18.1.2.ebuild index 79490dd692cb..5f6fa687234c 100644 --- a/sys-libs/libomp/libomp-18.1.2.ebuild +++ b/sys-libs/libomp/libomp-18.1.2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://openmp.llvm.org" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0/${LLVM_SOABI}" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos" IUSE=" debug gdb-plugin hwloc offload ompt test llvm_targets_AMDGPU llvm_targets_NVPTX