diff --git a/dev-python/elasticsearch-py/elasticsearch-py-1.8.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-1.8.0.ebuild index 2f6b7a5af62e3..936ac8930c7b5 100644 --- a/dev-python/elasticsearch-py/elasticsearch-py-1.8.0.ebuild +++ b/dev-python/elasticsearch-py/elasticsearch-py-1.8.0.ebuild @@ -37,8 +37,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] python_prepare_all() { # rename manpage to elasticsearch-py - sed -i "s@('index', 'elasticsearch'@('index', 'elasticsearch-py'@g" docs/conf.py - + sed -i "s@('index', 'elasticsearch'@('index', 'elasticsearch-py'@g" docs/conf.py + distutils-r1_python_prepare_all }