--- /usr/portage/app-vim/youcompleteme/youcompleteme-99999999.ebuild 2015-08-24 07:01:04.000000000 -0400 +++ youcompleteme-99999999.ebuild 2015-09-22 21:41:39.645668267 -0400 @@ -36,7 +36,6 @@ dev-python/futures[${PYTHON_USEDEP}] dev-python/jedi[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] - dev-python/sh[${PYTHON_USEDEP}] dev-python/waitress[${PYTHON_USEDEP}] " DEPEND=" @@ -62,7 +61,7 @@ rm -r "${S}"/third_party/${third_party_module} || die "Failed to remove third party module ${third_party_module}" done # Argparse is included in python 2.7 - for third_party_module in argparse bottle jedi waitress sh requests; do + for third_party_module in argparse bottle jedi waitress requests; do rm -r "${S}"/third_party/ycmd/third_party/${third_party_module} || die "Failed to remove third party module ${third_party_module}" done } @@ -96,7 +95,6 @@ rm -r third_party/ycmd/{*.md,*.sh} || die find python -name *test* -exec rm -rf {} + || die find "${S}" -name '.git*' -exec rm -rf {} + || die - rm third_party/ycmd/libclang.so || die vim-plugin_src_install