Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/apulse/
Date: Mon, 01 Oct 2018 09:28:50
Message-Id: 1538386116.92e493f6bc3b2fb4eeea5e28be5b26fce106dc50.bircoph@gentoo
1 commit: 92e493f6bc3b2fb4eeea5e28be5b26fce106dc50
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 09:27:52 2018 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 09:28:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e493f6
7
8 media-sound/apulse: remove surplus src_install call
9
10 Remove cmake-utils_src_install from multilib_src_install_all() since
11 it is already called.
12
13 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
14 Package-Manager: Portage-2.3.49, Repoman-2.3.10
15
16 media-sound/apulse/apulse-0.1.12-r4.ebuild | 5 +----
17 1 file changed, 1 insertion(+), 4 deletions(-)
18
19 diff --git a/media-sound/apulse/apulse-0.1.12-r4.ebuild b/media-sound/apulse/apulse-0.1.12-r4.ebuild
20 index 46b1d98a51a..b4e49def9d5 100644
21 --- a/media-sound/apulse/apulse-0.1.12-r4.ebuild
22 +++ b/media-sound/apulse/apulse-0.1.12-r4.ebuild
23 @@ -49,10 +49,7 @@ multilib_src_test() {
24 }
25
26 multilib_src_install_all() {
27 - cmake-utils_src_install
28 - # The easiest way would be setting MULTILIB_CHOST_TOOLS at global scope, depending
29 - # on USE=sdk, but this is no longer permitted, so workaround is required.
30 - # See bug 666884 for details.
31 + # Do not use deprecated MULTILIB_CHOST_TOOLS
32 if ! use sdk; then
33 unset BUILD_DIR
34 _install_wrapper() { newbin "${BUILD_DIR}/apulse" "${CHOST}-apulse"; }