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 CA8B4138334 for ; Sun, 11 Nov 2018 18:38:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9322E09F8; Sun, 11 Nov 2018 18:38:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A06AEE09F8 for ; Sun, 11 Nov 2018 18:38:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 50095335CF2 for ; Sun, 11 Nov 2018 18:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CF10434 for ; Sun, 11 Nov 2018 18:38:14 +0000 (UTC) From: "Matt Turner" 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" Message-ID: <1541961485.30391bc568acf27b964fc0f8591865c1a7756c79.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86/, profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/use.mask profiles/arch/x86/use.mask profiles/base/use.mask X-VCS-Directories: profiles/arch/x86/ profiles/base/ profiles/arch/amd64/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 30391bc568acf27b964fc0f8591865c1a7756c79 X-VCS-Branch: master Date: Sun, 11 Nov 2018 18:38:14 +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: b2bfb3cf-15f0-4fe2-811c-61929cef3c4d X-Archives-Hash: dc5cf1c9d2a644e05195847549d33e7a commit: 30391bc568acf27b964fc0f8591865c1a7756c79 Author: Matt Turner gentoo org> AuthorDate: Sun Nov 11 18:37:43 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Nov 11 18:38:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30391bc5 profiles: use.mask d3d9 except on amd64/x86 Signed-off-by: Matt Turner gentoo.org> profiles/arch/amd64/use.mask | 4 ++++ profiles/arch/x86/use.mask | 4 ++++ profiles/base/use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 307f4ea2412..513e9ccbf23 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -6,6 +6,10 @@ # SECTION: Unmask +# Matt Turner (11 Nov 2018) +# d3d9 works on amd64 +-d3d9 + # Michael Orlitzky (07 Jan 2018) # Oracle database stuff should work on amd64. -oci8 diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 46f56f16f16..e27801371ae 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -x86 +# Matt Turner (11 Nov 2018) +# d3d9 works on x86 +-d3d9 + # Michał Górny (16 Jul 2018) # Python 3.7 support requires fresh versions of packages which are stuck # at keywordreqs. diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 66ff1e1f71b..ff78977953a 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Matt Turner (11 Nov 2018) +# d3d9 only works on amd64/x86. +d3d9 + # Matt Turner (02 Nov 2018) # xf86-input-tslib is dead and is masked for removal. Bug #664096 input_devices_tslib