Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939547 - media-libs/vulkan-loader: verify media-libs/vulkan-layers dep
Summary: media-libs/vulkan-loader: verify media-libs/vulkan-layers dep
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Vulkan Gentoo Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-12 20:43 UTC by Sam James
Modified: 2024-10-02 17:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-12 20:43:10 UTC
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!