commit: d52a5a34a86d5bb558aa48add6f71a49e60139a4 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Dec 1 17:13:54 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Dec 2 03:14:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52a5a34
profiles/arch/amd64: unforce abi_x86_64 for app-emulation/wine-gecko Not super important, but matches other wine packages. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/arch/amd64/package.use.force | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force index 6e5b80dfe50c..9c619d92ff72 100644 --- a/profiles/arch/amd64/package.use.force +++ b/profiles/arch/amd64/package.use.force @@ -23,6 +23,7 @@ dev-lang/rust llvm_targets_X86 app-emulation/wine-vanilla -abi_x86_64 app-emulation/wine-staging -abi_x86_64 app-emulation/wine-proton -abi_x86_64 +app-emulation/wine-gecko -abi_x86_64 virtual/wine -abi_x86_64 # Michał Górny <[email protected]> (2017-04-08)
