mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user