dev-util/spirv-tools: Fix install when using ninja
authorNick Sarnie <sarnex@gentoo.org>
Sat, 13 Oct 2018 17:45:44 +0000 (13:45 -0400)
committerNick Sarnie <sarnex@gentoo.org>
Sat, 13 Oct 2018 17:47:15 +0000 (13:47 -0400)
Fix suggestion by mgorny

I also confirmed that no other vulkan/spirv packages have this mistake

Fixes: https://bugs.gentoo.org/668286
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-util/spirv-tools/spirv-tools-2018.4.ebuild
dev-util/spirv-tools/spirv-tools-2018.5.ebuild
dev-util/spirv-tools/spirv-tools-9999.ebuild

index abdb79a88358081b308f32ca6680b583cb44150b..f8f03ba31210c5412b0e1e92687d06435f436c11 100644 (file)
@@ -31,7 +31,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install() {
-       default
+       cmake-utils_src_install
        echo "${EGIT_COMMIT}" > "${PN}-commit.h" || die
        insinto /usr/include/"${PN}"
        doins  "${PN}-commit.h"
index cabe3b5e9b76f04045022ef4a9682bf3bb9f4cc4..3e991702fdfac3f7d0f46f2e535c2936b2ff578f 100644 (file)
@@ -31,7 +31,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install() {
-       default
+       cmake-utils_src_install
        echo "${EGIT_COMMIT}" > "${PN}-commit.h" || die
        insinto /usr/include/"${PN}"
        doins  "${PN}-commit.h"
index 9dd96e1985f018c7ea5ff05cf70227adbc8d635e..20c4b28437affcceab8487fd45df76269372f442 100644 (file)
@@ -29,7 +29,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install() {
-       default
+       cmake-utils_src_install
 
        # create a header file with the commit hash of the current revision
        # vulkan-tools needs this to build