From 92e493f6bc3b2fb4eeea5e28be5b26fce106dc50 Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Mon, 1 Oct 2018 12:27:52 +0300 Subject: [PATCH] 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 --- 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 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"; } -- 2.26.2