media-sound/apulse: remove surplus src_install call
authorAndrew Savchenko <bircoph@gentoo.org>
Mon, 1 Oct 2018 09:27:52 +0000 (12:27 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Mon, 1 Oct 2018 09:28:36 +0000 (12:28 +0300)
Remove cmake-utils_src_install from multilib_src_install_all() since
it is already called.

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

media-sound/apulse/apulse-0.1.12-r4.ebuild

index 46b1d98a51ad560a4e7169b564f88c87f7b6105e..b4e49def9d589eaa1782be448715f1c3cccfecd4 100644 (file)
@@ -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"; }