From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-927003-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 530B7139085 for <garchives@archives.gentoo.org>; Fri, 27 Jan 2017 02:13:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31F6BE0DBA; Fri, 27 Jan 2017 02:13:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B07DE0DB8 for <gentoo-commits@lists.gentoo.org>; Fri, 27 Jan 2017 02:13:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A153B34161D for <gentoo-commits@lists.gentoo.org>; Fri, 27 Jan 2017 02:13:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ADE63106 for <gentoo-commits@lists.gentoo.org>; Fri, 27 Jan 2017 02:13:03 +0000 (UTC) From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org> Message-ID: <1485483136.c49893d00458adcf135f310ea3e342a8be947025.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.mask profiles/arch/x86/package.use.mask X-VCS-Directories: profiles/arch/amd64/ profiles/arch/x86/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c49893d00458adcf135f310ea3e342a8be947025 X-VCS-Branch: master Date: Fri, 27 Jan 2017 02:13:03 +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-Archives-Salt: 3e06c98e-2ffb-4ce2-b990-5dc338a818e1 X-Archives-Hash: 140215cfefc0393b2354100d0dcd0f7a commit: c49893d00458adcf135f310ea3e342a8be947025 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Jan 25 01:21:50 2017 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Jan 27 02:12:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49893d0 base/package.use.mask: Mask USE=opencl on sys-apps/hwloc. USE=opencl depends exclusively on x11-drivers/ati-drivers, which is being given its last rites. profiles/arch/amd64/package.use.mask | 2 +- profiles/arch/x86/package.use.mask | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index a298dc2..d11825c 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -149,7 +149,7 @@ app-editors/gvim -luajit -racket # Kacper Kowalik <xarthisius@gentoo.org> (09 Aug 2013) # Works on amd64 -sys-apps/hwloc -cuda -gl -opencl +sys-apps/hwloc -cuda -gl # Michał Górny <mgorny@gentoo.org> (22 Jul 2013) # Meaningless on amd64 (it controls the 32-bit x86 JIT). diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 7d028f6..e889408 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -139,7 +139,7 @@ app-editors/gvim -luajit -racket # Kacper Kowalik <xarthisius@gentoo.org> (09 Aug 2013) # Works on x86 -sys-apps/hwloc -cuda -gl -opencl +sys-apps/hwloc -cuda -gl # Pacho Ramos <pacho@gentoo.org> (20 Jul 2013) # Keywords missing, bug #478104