commit:     ff7ffc907e3622ecac6f7cd246c00e1c0ea8e63d
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 02:51:31 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 02:51:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7ffc90

dev-python/python-keystoneclient: fixing unused use flags

Package-Manager: portage-2.2.26

 .../python-keystoneclient/python-keystoneclient-2.3.1.ebuild      | 8 --------
 1 file changed, 8 deletions(-)

diff --git 
a/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild 
b/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild
index 92aae52..332185f 100644
--- a/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild
+++ b/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild
@@ -54,15 +54,7 @@ PATCHES=(
 )
 
 python_prepare_all() {
-       use doc && esetup.py build_sphinx
        sed -i '/^argparse/d' requirements.txt || die
        sed -i '/^hacking/d' test-requirements.txt || die
        distutils-r1_python_prepare_all
 }
-
-python_install_all() {
-       use doc && local HTML_DOCS=( doc/build/html/. )
-       use examples && local EXAMPLES=( examples/. )
-
-       distutils-r1_python_install_all
-}

Reply via email to