summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2014-11-09 15:10:32 +0000
committerSebastian Pipping <sping@gentoo.org>2014-11-09 15:10:32 +0000
commitbd990cd9cc26ea2621ed4102bd303d3b4f9c412b (patch)
tree14106e3b354d9e7f3fd73d0f36f43417b4b3dbd8 /eclass/python-r1.eclass
parentFix 'avahi not in IUSE' when system-wide is enabled, bug #525290. (diff)
downloadhistorical-bd990cd9cc26ea2621ed4102bd303d3b4f9c412b.tar.gz
historical-bd990cd9cc26ea2621ed4102bd303d3b4f9c412b.tar.bz2
historical-bd990cd9cc26ea2621ed4102bd303d3b4f9c412b.zip
Use python 3.4 rather than dead 3.2 in python-r1 examples
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r--eclass/python-r1.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
index d1e1632a0a89..039535db26a2 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.77 2014/11/05 23:03:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.78 2014/11/09 15:10:32 sping Exp $
# @ECLASS: python-r1
# @MAINTAINER:
@@ -262,7 +262,7 @@ _python_validate_useflags() {
#
# Example:
# @CODE
-# PYTHON_COMPAT=( python{2_7,3_2} )
+# PYTHON_COMPAT=( python{2_7,3_4} )
# DEPEND="doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] )"
# @CODE
#
@@ -305,7 +305,7 @@ python_gen_usedep() {
#
# Example:
# @CODE
-# PYTHON_COMPAT=( python{2_7,3_2} )
+# PYTHON_COMPAT=( python{2_7,3_4} )
# REQUIRED_USE="doc? ( || ( $(python_gen_useflags python2*) ) )"
# @CODE
#