games-util/protonup-rs: add app-arch/zstd to RDEPEND

Thanks Agostino Sarubbo for finding this bug

fixes were generated using:
50826abbf4

To keep things easier for me and the tool, I didn't put zstd in
something like ${COMMON_DEPS} and put then in both ${RDEPEND} and in
${DEPEND}.

As I would either need to manually update it after every fix by the
fixing script, or update the scripting fix to support the logic to
realize what deps are common, which imho is a bit overkill for a bash
script that's already complicated

Closes: https://bugs.gentoo.org/975161
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
This commit is contained in:
ingenarel (NeoJesus)
2026-05-19 12:42:03 +06:00
parent 30a235021a
commit 6c4a37fb4c
3 changed files with 9 additions and 0 deletions

View File

@@ -337,6 +337,9 @@ DEPEND="
>=app-arch/zstd-1.5.7
$(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}')
"
RDEPEND="
>=app-arch/zstd-1.5.7
"
# apply-crates-fixes end
QA_FLAGS_IGNORED="usr/bin/${PN}"

View File

@@ -339,6 +339,9 @@ DEPEND="
>=app-arch/zstd-1.5.7
$(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}')
"
RDEPEND="
>=app-arch/zstd-1.5.7
"
# apply-crates-fixes end
QA_FLAGS_IGNORED="usr/bin/${PN}"

View File

@@ -360,6 +360,9 @@ DEPEND="
>=app-arch/zstd-1.5.7
$(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}')
"
RDEPEND="
>=app-arch/zstd-1.5.7
"
# apply-crates-fixes end
QA_FLAGS_IGNORED="usr/bin/${PN}"