Skip to content

Commit

Permalink
media-sound/apulse: remove surplus src_install call
Browse files Browse the repository at this point in the history
Remove cmake-utils_src_install from multilib_src_install_all() since
it is already called.

Signed-off-by: Andrew Savchenko <[email protected]>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
  • Loading branch information
bircoph committed Oct 1, 2018
1 parent c0ec62f commit 92e493f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions media-sound/apulse/apulse-0.1.12-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"; }
Expand Down

0 comments on commit 92e493f

Please sign in to comment.