Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-tools/
Date: Wed, 29 Aug 2018 01:20:56
Message-Id: 1535505480.10e797eecd4c792cf33defbdc3b12f875868067c.sarnex@gentoo
1 commit: 10e797eecd4c792cf33defbdc3b12f875868067c
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 01:18:00 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 01:18:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e797ee
7
8 dev-util/vulkan-tools: Do not call default in cmake multilib
9
10 Fixes: https://bugs.gentoo.org/664714
11 Package-Manager: Portage-2.3.48, Repoman-2.3.10
12
13 dev-util/vulkan-tools/vulkan-tools-1.1.77.0-r1.ebuild | 2 +-
14 dev-util/vulkan-tools/vulkan-tools-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/vulkan-tools/vulkan-tools-1.1.77.0-r1.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.1.77.0-r1.ebuild
18 index 043d52de1fe..6fa37cabccc 100644
19 --- a/dev-util/vulkan-tools/vulkan-tools-1.1.77.0-r1.ebuild
20 +++ b/dev-util/vulkan-tools/vulkan-tools-1.1.77.0-r1.ebuild
21 @@ -75,7 +75,7 @@ multilib_src_configure() {
22 }
23
24 multilib_src_install() {
25 - default
26 + cmake-utils_src_install
27
28 if use cube; then
29 mv "${ED%/}"/usr/bin/cube "${ED%/}"/usr/bin/vulkancube || die
30
31 diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
32 index 043d52de1fe..6fa37cabccc 100644
33 --- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
34 +++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
35 @@ -75,7 +75,7 @@ multilib_src_configure() {
36 }
37
38 multilib_src_install() {
39 - default
40 + cmake-utils_src_install
41
42 if use cube; then
43 mv "${ED%/}"/usr/bin/cube "${ED%/}"/usr/bin/vulkancube || die