commit:     92e493f6bc3b2fb4eeea5e28be5b26fce106dc50
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  1 09:27:52 2018 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Oct  1 09:28:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e493f6

media-sound/apulse: remove surplus src_install call

Remove cmake-utils_src_install from multilib_src_install_all() since
it is already called.

Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-sound/apulse/apulse-0.1.12-r4.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-sound/apulse/apulse-0.1.12-r4.ebuild 
b/media-sound/apulse/apulse-0.1.12-r4.ebuild
index 46b1d98a51a..b4e49def9d5 100644
--- a/media-sound/apulse/apulse-0.1.12-r4.ebuild
+++ b/media-sound/apulse/apulse-0.1.12-r4.ebuild
@@ -49,10 +49,7 @@ multilib_src_test() {
 }
 
 multilib_src_install_all() {
-       cmake-utils_src_install
-       # The easiest way would be setting MULTILIB_CHOST_TOOLS at global 
scope, depending
-       # on USE=sdk, but this is no longer permitted, so workaround is 
required.
-       # See bug 666884 for details.
+       # Do not use deprecated MULTILIB_CHOST_TOOLS
        if ! use sdk; then
                unset BUILD_DIR
                _install_wrapper() { newbin "${BUILD_DIR}/apulse" 
"${CHOST}-apulse"; }

Reply via email to