diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-11-01 21:43:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-11-01 21:43:22 +0000 |
commit | 809761c470310c55b70a968cbf0fba373867d133 (patch) | |
tree | dbc907bdc18c3c5f0f24e4f18c1748d585371e55 /eclass/python-r1.eclass | |
parent | Add ~amd64, wrt bug #440664 (diff) | |
download | historical-809761c470310c55b70a968cbf0fba373867d133.tar.gz historical-809761c470310c55b70a968cbf0fba373867d133.tar.bz2 historical-809761c470310c55b70a968cbf0fba373867d133.zip |
Mark _python_ln_rel as @INTERNAL.
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r-- | eclass/python-r1.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 0fc6ecc345fc..46fa62c3e8b5 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.14 2012/10/31 14:18:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.15 2012/11/01 21:43:22 mgorny Exp $ # @ECLASS: python-r1 # @MAINTAINER: @@ -471,6 +471,7 @@ _python_rewrite_shebang() { } # @FUNCTION: _python_ln_rel +# @INTERNAL # @USAGE: <from> <to> # @DESCRIPTION: # Create a relative symlink. |