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 813AE1382C5 for ; Fri, 2 Feb 2018 09:05:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2BBEE0C79; Fri, 2 Feb 2018 09:05:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7EFF6E0C79 for ; Fri, 2 Feb 2018 09:05:44 +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 A07DD335C8C for ; Fri, 2 Feb 2018 09:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A95231F0 for ; Fri, 2 Feb 2018 09:05:39 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1517562333.78dc30d3f2b991a77e184859f69a5c6472de15cc.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-5.0.1.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 78dc30d3f2b991a77e184859f69a5c6472de15cc X-VCS-Branch: master Date: Fri, 2 Feb 2018 09:05:39 +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: 991de344-5b7c-4794-b5ee-b392ba146bcd X-Archives-Hash: 94a4972c37d5781333ef64c65daca07a commit: 78dc30d3f2b991a77e184859f69a5c6472de15cc Author: Fabian Groffen gentoo org> AuthorDate: Fri Feb 2 09:04:01 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Feb 2 09:05:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78dc30d3 sys-libs/libomp: marked ~amd64-linux Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-libs/libomp/libomp-5.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libomp/libomp-5.0.1.ebuild b/sys-libs/libomp/libomp-5.0.1.ebuild index 6c5b2b9c352..2f44396ca63 100644 --- a/sys-libs/libomp/libomp-5.0.1.ebuild +++ b/sys-libs/libomp/libomp-5.0.1.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/openmp-${PV/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux" IUSE="hwloc kernel_linux ompt test" RESTRICT="!test? ( test )"