commit: 14e67ecc2ee594ca006e28b418b655038cbbeb38 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun Aug 28 16:42:40 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Sep 3 19:46:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e67ecc
profiles/arch/amd64: unforce app-emulation/wine-proton[abi_x86_64] Like the rest, a 32-bit only wine-proton on 64-bit can make some sense if only playing old games, and ebuild is tested to allow this. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/arch/amd64/package.use.force | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force index f0dab08c2bec..6e5b80dfe50c 100644 --- a/profiles/arch/amd64/package.use.force +++ b/profiles/arch/amd64/package.use.force @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Georgy Yakovlev <[email protected]> (2020-06-18) @@ -22,6 +22,7 @@ dev-lang/rust llvm_targets_X86 # Packages with optional 64-bit variant app-emulation/wine-vanilla -abi_x86_64 app-emulation/wine-staging -abi_x86_64 +app-emulation/wine-proton -abi_x86_64 virtual/wine -abi_x86_64 # Michał Górny <[email protected]> (2017-04-08)
