diff options
author | 2015-07-04 15:22:41 +0000 | |
---|---|---|
committer | 2015-07-04 15:22:41 +0000 | |
commit | 9688fc94e8f133b3f07de590966944dbaf312339 (patch) | |
tree | daf48e28616a68a9ba8b28590bb48463585c160d /eclass/python-r1.eclass | |
parent | Initial version. (diff) | |
download | gentoo-2-9688fc94e8f133b3f07de590966944dbaf312339.tar.gz gentoo-2-9688fc94e8f133b3f07de590966944dbaf312339.tar.bz2 gentoo-2-9688fc94e8f133b3f07de590966944dbaf312339.zip |
Update URI.
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r-- | eclass/python-r1.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 0a509a00a4f0..d6b271729984 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-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/python-r1.eclass,v 1.90 2015/03/21 14:55:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.91 2015/07/04 15:22:41 mrueg Exp $ # @ECLASS: python-r1 # @MAINTAINER: @@ -26,8 +26,8 @@ # in the packages using python-r1, and there is no need ever to inherit # both. # -# 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 python-r1 wiki article: +# https://wiki.gentoo.org/wiki/Project:Python/python-r1 case "${EAPI:-0}" in 0|1|2|3) |