commit: a4ef58f6bde41720d6211ef53ad098d871cc776c
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 17:42:56 2015 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 17:42:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ef58f6
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 2f6b7a5..936ac89 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
}