diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-08-07 16:37:32 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-08-07 16:37:32 +0000 |
commit | 290c7daf955fc1f17936c846f88fb40512c08559 (patch) | |
tree | 0d4d22cd5f6a6e3993a401732472d9869cf02a4a /eclass/python-r1.eclass | |
parent | Move PYTHON_REQ_USE before inherit. (diff) | |
download | gentoo-2-290c7daf955fc1f17936c846f88fb40512c08559.tar.gz gentoo-2-290c7daf955fc1f17936c846f88fb40512c08559.tar.bz2 gentoo-2-290c7daf955fc1f17936c846f88fb40512c08559.zip |
Mention that PYTHON_REQ_USE should be set before calling inherit.
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r-- | eclass/python-r1.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index b9daad6f2667..dbfd0dc33a61 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.56 2013/08/04 08:24:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.57 2013/08/07 16:37:32 floppym Exp $ # @ECLASS: python-r1 # @MAINTAINER: @@ -97,6 +97,8 @@ fi # for all implementations in PYTHON_COMPAT, so it may be necessary to # use USE defaults. # +# This should be set before calling `inherit'. +# # Example: # @CODE # PYTHON_REQ_USE="gdbm,ncurses(-)?" |