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 0B6C3139694 for ; Tue, 23 May 2017 23:09:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CBAAE0CB6; Tue, 23 May 2017 23:09:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DB6D4E0CB6 for ; Tue, 23 May 2017 23:09:48 +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 D9921341755 for ; Tue, 23 May 2017 23:09:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E46B743E for ; Tue, 23 May 2017 23:09:46 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1495580983.659de378ba918fc75e74553462f93fe6438e7e18.np-hardass@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.force X-VCS-Directories: profiles/arch/amd64/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 659de378ba918fc75e74553462f93fe6438e7e18 X-VCS-Branch: master Date: Tue, 23 May 2017 23:09:46 +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: f8846dd4-f6de-47f7-8a7c-571cf95babd0 X-Archives-Hash: 61bf77b52faa82fd17697895ab01eaa1 commit: 659de378ba918fc75e74553462f93fe6438e7e18 Author: NP-Hardass gentoo org> AuthorDate: Tue May 23 20:55:23 2017 +0000 Commit: NP Hardass gentoo org> CommitDate: Tue May 23 23:09:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659de378 profiles: arch/amd64/package.use.force: -abi_x86_64 for wine variants profiles/arch/amd64/package.use.force | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force index c267fe03e14..6217cd3114c 100644 --- a/profiles/arch/amd64/package.use.force +++ b/profiles/arch/amd64/package.use.force @@ -1,6 +1,13 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# NP-Hardass (23 May 2017) +# Packages with optional 64-bit variant +app-emulation/wine-vanilla -abi_x86_64 +app-emulation/wine-staging -abi_x86_64 +app-emulation/wine-d3d9 -abi_x86_64 +app-emulation/wine-any -abi_x86_64 + # Michał Górny (08 Apr 2017) # Require sandbox to be multilib-capable to avoid failures when building # multilib packages, #611292.