diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-20 23:36:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-20 23:36:15 +0000 |
commit | 02895f4cfb0ce2457bf56357c98314ac43b71653 (patch) | |
tree | 411cdb4c89723249f67b58b179d18d9b99f9e6dd /eclass/ChangeLog | |
parent | Commonize the code for obtaining the Python interpreter dependency string. (diff) | |
download | gentoo-2-02895f4cfb0ce2457bf56357c98314ac43b71653.tar.gz gentoo-2-02895f4cfb0ce2457bf56357c98314ac43b71653.tar.bz2 gentoo-2-02895f4cfb0ce2457bf56357c98314ac43b71653.zip |
Introduce python_fix_shebang(), to fix shebangs in installed Python scripts recursively.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index a595c6b11f49..01598e4a7315 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +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.572 2012/12/20 23:35:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.573 2012/12/20 23:36:15 mgorny Exp $ + + 20 Dec 2012; Michał Górny <mgorny@gentoo.org> python-single-r1.eclass: + Introduce python_fix_shebang(), to fix shebangs in installed Python scripts + recursively. 20 Dec 2012; Michał Górny <mgorny@gentoo.org> python-any-r1.eclass, python-r1.eclass, python-single-r1.eclass, python-utils-r1.eclass: |