diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-07-04 15:26:17 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-07-04 15:26:17 +0000 |
commit | e1fe1dda0c310844deb4df1b83f3d200279f7557 (patch) | |
tree | 745fa0cd4c76b65e06fefa007b7f58d0f7a9aff7 /eclass/distutils-r1.eclass | |
parent | Update URI. (diff) | |
download | gentoo-2-e1fe1dda0c310844deb4df1b83f3d200279f7557.tar.gz gentoo-2-e1fe1dda0c310844deb4df1b83f3d200279f7557.tar.bz2 gentoo-2-e1fe1dda0c310844deb4df1b83f3d200279f7557.zip |
Replace links to python-r1 dev guide with links to the wiki.
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 22afd1e60aa3..575eba41444c 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.113 2015/02/20 17:57:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.114 2015/07/04 15:26:17 floppym Exp $ # @ECLASS: distutils-r1 # @MAINTAINER: @@ -40,8 +40,8 @@ # as well. Thus, all the variables defined and documented there are # relevant to the packages using distutils-r1. # -# For more information, please see the python-r1 Developer's Guide: -# http://www.gentoo.org/proj/en/Python/python-r1/dev-guide.xml +# For more information, please see the wiki: +# https://wiki.gentoo.org/wiki/Project:Python/distutils-r1 case "${EAPI:-0}" in 0|1|2|3) |