From: Michał Górny Date: Fri, 19 May 2017 18:34:09 +0000 (+0200) Subject: python-r1.eclass: python_setup, add REQUIRED_USE to the example X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=163d294bfbd11bc90a4cb54d0f848a05cd8f381f;p=gentoo.git python-r1.eclass: python_setup, add REQUIRED_USE to the example --- diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 8de0a851856c..809dc5f2b8e5 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -614,6 +614,7 @@ python_parallel_foreach_impl() { # Example: # @CODE # DEPEND="doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] )" +# REQUIRED_USE="doc? ( $(python_gen_useflags 'python2*') )" # # src_compile() { # #...