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 E1593138350 for ; Wed, 1 Apr 2020 12:07:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2142AE0A85; Wed, 1 Apr 2020 12:07:29 +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 0DC4FE0A85 for ; Wed, 1 Apr 2020 12:07:29 +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 3E93034F798 for ; Wed, 1 Apr 2020 12:07:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA1DF1AF for ; Wed, 1 Apr 2020 12:07:26 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1585742640.c8357609da2e98fa08215193bf7054a8ae45ee45.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.mask X-VCS-Directories: profiles/arch/amd64/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: c8357609da2e98fa08215193bf7054a8ae45ee45 X-VCS-Branch: master Date: Wed, 1 Apr 2020 12:07:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73a9ca2a-0ec7-43de-b4be-5c0b71d5207f X-Archives-Hash: 89c399696aedbb056e0494cee78d8fd9 commit: c8357609da2e98fa08215193bf7054a8ae45ee45 Author: Marek Szuba gentoo org> AuthorDate: Wed Apr 1 12:01:22 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Apr 1 12:04:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8357609 profiles: mask USE=abi_x86_32 for virtual/opencl on amd64 The announcement talked about masking this in all profiles but given the whole of virtual/opencl is now masked on x86 and that the package in question has only been keyworded for amd64 and x86, this seems to be all that is needed. Signed-off-by: Marek Szuba gentoo.org> profiles/arch/amd64/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 9f7bbe33ffd..ea33fa0ade1 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Marek Szuba (2020-04-01) +# Phase one of removing ABI_X86_32 support from virtual/opencl, +# as announced on 2020-03-09 +virtual/opencl abi_x86_32 + # Guilherme Amadio (2020-03-16) # media-libs/cudnn is keyworded on amd64 sci-physics/root -cudnn