summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-11-01 21:43:22 +0000
committerMichał Górny <mgorny@gentoo.org>2012-11-01 21:43:22 +0000
commit24867ddda873fec0564b86a2610109db87109cd4 (patch)
treeb41c9464259ccf91eea15f4a33472dcdfb013736 /eclass
parentAdd ~amd64, wrt bug #440664 (diff)
downloadgentoo-2-24867ddda873fec0564b86a2610109db87109cd4.tar.gz
gentoo-2-24867ddda873fec0564b86a2610109db87109cd4.tar.bz2
gentoo-2-24867ddda873fec0564b86a2610109db87109cd4.zip
Mark _python_ln_rel as @INTERNAL.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog7
-rw-r--r--eclass/python-r1.eclass3
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index f83b1b36f22c..ece547b8e6ea 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.495 2012/11/01 20:22:57 robbat2 Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.496 2012/11/01 21:43:22 mgorny Exp $
+
+ 01 Nov 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass:
+ Mark _python_ln_rel as @INTERNAL.
+
01 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> mysql.eclass,
mysql-v2.eclass:
Bug #392361: Fix mysql_install_db cases to work between all versions &
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.