commit: 1a6b6a57aa0e0f220cfb2fee39fca7f130486251
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 20:03:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 4 19:22:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6b6a57
sci-chemistry/modeller: fix function/phase declaration style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-chemistry/modeller/modeller-9.25.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-chemistry/modeller/modeller-9.25.ebuild
b/sci-chemistry/modeller/modeller-9.25.ebuild
index 7dd6a100154..3e44bd99585 100644
--- a/sci-chemistry/modeller/modeller-9.25.ebuild
+++ b/sci-chemistry/modeller/modeller-9.25.ebuild
@@ -37,7 +37,7 @@ pkg_setup() {
esac
}
-python_prepare_all(){
+python_prepare_all() {
sed "s:i386-intel8:${EXECTYPE}:g" -i src/swig/setup.py || die
rm -rf modlib/modeller/python_library || die
sed -i '1 i\#!/usr/bin/python' bin/modslave.py || die
@@ -45,7 +45,7 @@ python_prepare_all(){
distutils-r1_python_prepare_all
}
-python_compile(){
+python_compile() {
cd src/swig || die
swig -python -keyword -nodefaultctor -nodefaultdtor -noproxy modeller.i
|| die
distutils-r1_python_compile
@@ -56,7 +56,7 @@ python_install() {
distutils-r1_python_install
}
-python_install_all(){
+python_install_all() {
cd "${S}" || die
sed \
-e "/^EXECUTABLE_TYPE/s:xxx:${EXECTYPE}:g" \