summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-19 20:34:09 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-29 23:53:21 +0200
commit163d294bfbd11bc90a4cb54d0f848a05cd8f381f (patch)
tree76b62b87ad4e14861483c7c5c537f88883e36d30 /eclass
parentpython-any-r1.eclass: python_gen_any_dep, add missing 'local i' (diff)
downloadgentoo-163d294bfbd11bc90a4cb54d0f848a05cd8f381f.tar.gz
gentoo-163d294bfbd11bc90a4cb54d0f848a05cd8f381f.tar.bz2
gentoo-163d294bfbd11bc90a4cb54d0f848a05cd8f381f.zip
python-r1.eclass: python_setup, add REQUIRED_USE to the example
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python-r1.eclass1
1 files changed, 1 insertions, 0 deletions
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() {
# #...