diff --git a/packages/dev-python/mypy/mypy-0.501.exheres-0 b/packages/dev-python/mypy/mypy-0.501-r1.exheres-0 similarity index 86% rename from packages/dev-python/mypy/mypy-0.501.exheres-0 rename to packages/dev-python/mypy/mypy-0.501-r1.exheres-0 index 9673c63..baf7356 100644 --- a/packages/dev-python/mypy/mypy-0.501.exheres-0 +++ b/packages/dev-python/mypy/mypy-0.501-r1.exheres-0 @@ -30,10 +30,11 @@ DEPENDENCIES=" BUGS_TO="hasufell@posteo.de" -src_install() { - setup-py_src_install +prepare_one_multibuild() { + edo sed -i \ + -e "/target = /s|lib|$(exhost --target)/lib|" \ + setup.py - # misplaced and obsolete - edo rm -r "${IMAGE}"/usr/lib + setup-py_prepare_one_multibuild }