dev-util/webgpu-headers: remove dev-lang/go depedency

* since the webgpu-headers.h is the only required file for most packages
* including media-libs/imgui[webgpu]
* the go generation of webgpu-headers.yaml is not required to be
  packaged

Closes: https://bugs.gentoo.org/931927
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2024-05-15 14:14:50 +01:00
parent 5d16d6097f
commit a24f6f5a1b
2 changed files with 8 additions and 2 deletions

View File

@@ -19,7 +19,11 @@ HOMEPAGE="https://github.com/webgpu-native/webgpu-headers"
LICENSE="BSD"
SLOT="0"
BDEPEND="dev-lang/go"
src_prepare() {
default
rm ${S}/Makefile || die
}
src_install() {
insinto /usr/include/webgpu

View File

@@ -19,7 +19,9 @@ HOMEPAGE="https://github.com/webgpu-native/webgpu-headers"
LICENSE="BSD"
SLOT="0"
BDEPEND="dev-lang/go"
src_prepare() {
rm ${S}/makefile || die
}
src_install() {
insinto /usr/include/webgpu