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 | |
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')
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/python-r1.eclass | 4 | ||||
-rw-r--r-- | eclass/python-single-r1.eclass | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 98fea04150a2..120f27582bfb 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.915 2013/08/04 08:24:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.916 2013/08/07 16:37:32 floppym Exp $ + + 07 Aug 2013; Mike Gilbert <floppym@gentoo.org> python-r1.eclass, + python-single-r1.eclass: + Mention that PYTHON_REQ_USE should be set before calling inherit. 04 Aug 2013; Michał Górny <mgorny@gentoo.org> python-r1.eclass: Drop the old PYTHON_COMPAT hack for python-exec. 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(-)?" diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index ab5b531e360d..768bbd8db1b8 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-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-single-r1.eclass,v 1.18 2013/05/21 01:31:02 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.19 2013/08/07 16:37:32 floppym Exp $ # @ECLASS: python-single-r1 # @MAINTAINER: @@ -82,6 +82,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(-)?" |