--- trunk/include/python.sminc 2014/03/06 08:44:16 21030 +++ trunk/include/python.sminc 2014/03/06 08:46:51 21031 @@ -95,6 +95,11 @@ SRCDIR="${saved_SRCDIR}" } +python_src_check() +{ + return 0 +} + python_src_install() { cd ${SRCDIR} @@ -135,7 +140,7 @@ SRCDIR="${saved_SRCDIR}" } -export_inherits python src_prepare +export_inherits python src_prepare src_check if [[ ${MULTILIB_BUILD} = true ]] then export_inherits python_multilib src_compile src_install