mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -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:[ ]*$::' | \
|
||||
|
||||
Reference in New Issue
Block a user