Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 29 May 2017 21:54:01
Message-Id: 1496094801.163d294bfbd11bc90a4cb54d0f848a05cd8f381f.mgorny@gentoo
1 commit: 163d294bfbd11bc90a4cb54d0f848a05cd8f381f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 19 18:34:09 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 29 21:53:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163d294b
7
8 python-r1.eclass: python_setup, add REQUIRED_USE to the example
9
10 eclass/python-r1.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
14 index 8de0a851856..809dc5f2b8e 100644
15 --- a/eclass/python-r1.eclass
16 +++ b/eclass/python-r1.eclass
17 @@ -614,6 +614,7 @@ python_parallel_foreach_impl() {
18 # Example:
19 # @CODE
20 # DEPEND="doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] )"
21 +# REQUIRED_USE="doc? ( $(python_gen_useflags 'python2*') )"
22 #
23 # src_compile() {
24 # #...