There is a new pull request by 2asoft against master on the void-packages repository https://github.com/2asoft/void-packages 2asoft/jb_update_clion https://github.com/void-linux/void-packages/pull/32366 CLion: Fix removal of files for unsupported OS/archs #### General 2021.2 changed where some files are located, and they ended up being removed erroneously during packaging. This PR fixes that. Additionally, it turns out that the product no longer supports 32 bit architecture, so support is removed from `archs`. Since the product claims support for `aarch64`, it is added to `archs`. #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR #### Does it build and run successfully? (Please choose at least one native build and, if supported, at least one cross build. More are better.) - [x] I built this PR locally for my native architecture, (x86_64-LIBC) - [ ] I built this PR locally for these architectures (if supported. mark crossbuilds): - [ ] aarch64-musl - [ ] armv7l - [ ] armv6l-musl A patch file from https://github.com/void-linux/void-packages/pull/32366.patch is attached