Skip to content

Commit

Permalink
toolchain.eclass: drop prepman() and prepstrip(), bug #587316
Browse files Browse the repository at this point in the history
These functions are no-op in portage-2.3.50+.

Bug: https://bugs.gentoo.org/587316
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Nov 22, 2018
1 parent 5e58342 commit c327720
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions eclass/toolchain.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -1848,12 +1848,6 @@ toolchain_src_install() {
cp -r "${cxx_mandir}"/man? "${D}${DATAPATH}"/man/
fi
fi
has noinfo ${FEATURES} \
&& rm -r "${D}${DATAPATH}"/info \
|| prepinfo "${DATAPATH#${EPREFIX}}"
has noman ${FEATURES} \
&& rm -r "${D}${DATAPATH}"/man \
|| prepman "${DATAPATH#${EPREFIX}}"
fi
# prune empty dirs left behind
find "${ED}" -depth -type d -delete 2>/dev/null
Expand Down

0 comments on commit c327720

Please sign in to comment.