diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-22 04:46:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-22 04:46:32 +0000 |
commit | 06685f49044259bb92d06a2c94835d3a2de0fc7d (patch) | |
tree | 3dd15924654d528333f1b3137a1134fe3c3d6651 /eclass/python.eclass | |
parent | Version bump (diff) | |
download | historical-06685f49044259bb92d06a2c94835d3a2de0fc7d.tar.gz historical-06685f49044259bb92d06a2c94835d3a2de0fc7d.tar.bz2 historical-06685f49044259bb92d06a2c94835d3a2de0fc7d.zip |
fix random bugs in eclass documentation, and convert to new @AUTHOR tag
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r-- | eclass/python.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass index 2256c97d42f6..825b106cba13 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.130 2011/08/19 12:16:56 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.131 2011/08/22 04:46:32 vapier Exp $ # @ECLASS: python.eclass # @MAINTAINER: @@ -1670,7 +1670,8 @@ python_set_active_version() { } # @FUNCTION: python_need_rebuild -# @DESCRIPTION: Mark current package for rebuilding by python-updater after +# @DESCRIPTION: +# Mark current package for rebuilding by python-updater after # switching of active version of Python. python_need_rebuild() { if _python_package_supporting_installation_for_multiple_python_abis; then |