*/*: [QA] Use consistent function definition formatting

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-02-22 22:07:26 +01:00
parent 0aa6646d51
commit 3b8cba93fa
922 changed files with 1638 additions and 1638 deletions

View File

@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( dev-python/sphinx )"
python_prepare_all(){
python_prepare_all() {
pkg_libs() {
$(tc-getPKG_CONFIG) --libs-only-l $* | \
sed -e 's:[ ]-l*\(pthread\|m\)\([ ]\|$\)::g' -e 's:[ ]*$::' | \