Skip to content

Commit

Permalink
app-vim/youcompleteme: use ASCII whitespace
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Dec 30, 2019
1 parent 872a3b6 commit ff7a96a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-vim/youcompleteme/youcompleteme-20130910.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ src_configure() {

src_test() {
# TODO: use system gtest
cd "${S}"/cpp || die
cd "${S}"/cpp || die
emake ycm_core_tests
cd ycm/tests || die
LD_LIBRARY_PATH="${EROOT}"/usr/$(get_libdir)/llvm \
Expand Down
2 changes: 1 addition & 1 deletion app-vim/youcompleteme/youcompleteme-99999999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ src_test() {
LD_LIBRARY_PATH="${EROOT}"/usr/$(get_libdir)/llvm \
./ycm_core_tests || die

cd "${S}"/python/ycm || die
cd "${S}"/python/ycm || die

local dirs=( "${S}"/third_party/*/ "${S}"/third_party/ycmd/third_party/*/ )
local -x PYTHONPATH=${PYTHONPATH}:$(IFS=:; echo "${dirs[*]}")
Expand Down

0 comments on commit ff7a96a

Please sign in to comment.