From e8ed20549a68d508e16a9eebb017434a8e2233fa Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 13 Dec 2023 12:20:28 +0100 Subject: [PATCH] remove the list of packages we don't drop To avoid implying that everything else can be dropped. --- web/news.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/web/news.md b/web/news.md index a7fa68b3..b0678abd 100644 --- a/web/news.md +++ b/web/news.md @@ -22,17 +22,10 @@ see much use anyway, or where 64-bit alternatives are available and viable: * Leaf packages with complex and resource intensive builds * New leaf packages -This does not affect: - -* Toolchains and languages (GCC, LLVM, Rust, Python, ...) -* UI toolkits (qt5, gtk3, gtk4, ...) -* Common and frequently used dependencies, and their dependencies (glib, ffmpeg, - boost, ...) - To find out if a package you have installed is affected you can run `pacman -Qm` which lists all installed packages which are no longer available in the repo. - -Ideally not many people should notice these changes, but in case they affect you: +Ideally not many people should notice these changes, but in case they affect +you: * Switch your workflow to use 64-bit packages instead ;) * Tell us which packages that were removed you still need, so we can consider reinstating them. Please use the [issue template](https://github.com/msys2/MINGW-packages/issues/new?assignees=&labels=package-request&projects=&template=environment_request.yml&title=Build+%5Bpackage+name%5D+for+%5Benvironment%5D) to file your request.