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 | 795082053df8796bdefd3d828672c146a81483f0 (patch) | |
tree | 82f5ad38d50c2d29ab4b8bcd9d032661140bc604 /eclass/python-r1.eclass | |
parent | Move PYTHON_REQ_USE before inherit. (diff) | |
download | historical-795082053df8796bdefd3d828672c146a81483f0.tar.gz historical-795082053df8796bdefd3d828672c146a81483f0.tar.bz2 historical-795082053df8796bdefd3d828672c146a81483f0.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(-)?" |