I pushed this to unblock committing stabilisation for bug 939009: commit b5872c78d10f39676471df3fb5bde08ca5d277ba (HEAD -> master, origin/master, origin/HEAD) Author: Sam James <sam@gentoo.org> Date: Thu Sep 12 21:36:26 2024 +0100 media-libs/vulkan-loader: fix invalid PDEPEND media-libs/vulkan-loader BadDependency: version 1.3.283.0: ':=' operator is invalid in: [...] [...] Signed-off-by: Sam James <sam@gentoo.org> pkgcheck only recently started warning on this so not surprising it got missed (I think the version that flags it only just got stabled as well). Anyway, I naively dropped the :=, but if there's linkage, it should be in RDEPEND instead with a :=. Please check the intent, thanks!