commit: 659de378ba918fc75e74553462f93fe6438e7e18 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Tue May 23 20:55:23 2017 +0000 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> 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 <[email protected]> (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 <[email protected]> (08 Apr 2017) # Require sandbox to be multilib-capable to avoid failures when building # multilib packages, #611292.
