From: Andrew Savchenko Date: Mon, 1 Oct 2018 09:27:52 +0000 (+0300) Subject: media-sound/apulse: remove surplus src_install call X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=92e493f6bc3b2fb4eeea5e28be5b26fce106dc50;p=gentoo.git 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 Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/media-sound/apulse/apulse-0.1.12-r4.ebuild b/media-sound/apulse/apulse-0.1.12-r4.ebuild index 46b1d98a51ad..b4e49def9d58 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"; }