diff options
author | 2022-08-28 12:42:40 -0400 | |
---|---|---|
committer | 2022-09-03 15:46:01 -0400 | |
commit | 14e67ecc2ee594ca006e28b418b655038cbbeb38 (patch) | |
tree | 12ad80b7517b30315ddd9dfb804c6159b77a2caf /profiles | |
parent | virtual/wine: EAPI7->8, add app-emulation/wine-proton (diff) | |
download | gentoo-14e67ecc2ee594ca006e28b418b655038cbbeb38.tar.gz gentoo-14e67ecc2ee594ca006e28b418b655038cbbeb38.tar.bz2 gentoo-14e67ecc2ee594ca006e28b418b655038cbbeb38.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.force | 3 |
1 files changed, 2 insertions, 1 deletions
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 <gyakovlev@gentoo.org> (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 <mgorny@gentoo.org> (2017-04-08) |