From a4ef58f6bde41720d6211ef53ad098d871cc776c Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Mon, 26 Oct 2015 13:42:56 -0400 Subject: [PATCH] dev-python/elasticsearch-py: fix repoman warnings Package-Manager: portage-2.2.23 --- dev-python/elasticsearch-py/elasticsearch-py-1.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }