x11-drivers/nvidia-drivers: describe subslot in metadata.xml

In general packages aren't even supposed to depend on this except at
most with [static-libs], and if they do then the binding operator
does not mean much. The static library also hasn't really changed in
ages and is effectively deprecated and could be removed anytime (thus
rebuilding for it shouldn't be meaningful).

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-05-14 19:30:37 -04:00
parent 90a5f5fd63
commit 0958060f35

View File

@@ -30,4 +30,12 @@
<remote-id type="github">NVIDIA/nvidia-xconfig</remote-id>
<remote-id type="github">NVIDIA/open-gpu-kernel-modules</remote-id>
</upstream>
<slots>
<subslots>
Subslot is primarily used to identify branches, at most
rebuilding reverse dependencies on bumps would only be
for the static library (not essential to) given other
headers are provided by nvidia-cuda-toolkit instead.
</subslots>
</slots>
</pkgmetadata>