diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild similarity index 86% rename from dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild rename to dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild index fbe54974f9ab3..2e1c4bb4a95dc 100644 --- a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild +++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild @@ -48,3 +48,10 @@ src_configure() { description = "Functools like those found in stdlib" EOF } + +python_install() { + distutils-r1_python_install + # rename to workaround a bug in pkg_resources + # https://bugs.gentoo.org/834522 + mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || die +}