From 290c7daf955fc1f17936c846f88fb40512c08559 Mon Sep 17 00:00:00 2001
From: Mike Gilbert <floppym@gentoo.org>
Date: Wed, 7 Aug 2013 16:37:32 +0000
Subject: Mention that PYTHON_REQ_USE should be set before calling inherit.

---
 eclass/ChangeLog               | 6 +++++-
 eclass/python-r1.eclass        | 4 +++-
 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(-)?"
-- 
cgit v1.2.3-65-gdbad