Skip to content

Commit

Permalink
media-libs/mesa: fix asahi kernel dependencies
Browse files Browse the repository at this point in the history
Add missing SLOT operator for sys-kernel/asahi-sources,
and switch the dist-kernel to the slotted virtual package.

Signed-off-by: James Calligeros <[email protected]>
  • Loading branch information
chadmed committed Dec 6, 2024
1 parent 380bf8a commit de54403
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions media-libs/mesa/mesa-25.0.0_pre20241202.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ RDEPEND="
vdpau? ( >=x11-libs/libvdpau-1.5:=[${MULTILIB_USEDEP}] )
video_cards_asahi? (
|| (
>=sys-kernel/asahi-sources-${ASAHI_KERNEL_MIN_VER}
>=sys-kernel/asahi-kernel-${ASAHI_KERNEL_MIN_VER}
>=sys-kernel/asahi-sources-${ASAHI_KERNEL_MIN_VER}:*
>=virtual/dist-kernel-${ASAHI_KERNEL_MIN_VER}:asahi
)
dev-libs/libclc[spirv(-)]
)
Expand Down
4 changes: 2 additions & 2 deletions media-libs/mesa/mesa-25.0.0_pre20241204.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ RDEPEND="
vdpau? ( >=x11-libs/libvdpau-1.5:=[${MULTILIB_USEDEP}] )
video_cards_asahi? (
|| (
>=sys-kernel/asahi-sources-${ASAHI_KERNEL_MIN_VER}
>=sys-kernel/asahi-kernel-${ASAHI_KERNEL_MIN_VER}
>=sys-kernel/asahi-sources-${ASAHI_KERNEL_MIN_VER}:*
>=virtual/dist-kernel-${ASAHI_KERNEL_MIN_VER}:asahi
)
dev-libs/libclc[spirv(-)]
)
Expand Down

0 comments on commit de54403

Please sign in to comment.