diff options
author | 2012-10-29 09:46:03 +0000 | |
---|---|---|
committer | 2012-10-29 09:46:03 +0000 | |
commit | 5ee3df46e3986b726491949d25d2ef4ae0d4e831 (patch) | |
tree | f0e2e047866a4129d3f4ba684aeb78fa3a146ee8 /eclass/ChangeLog | |
parent | Version bump (diff) | |
download | gentoo-2-5ee3df46e3986b726491949d25d2ef4ae0d4e831.tar.gz gentoo-2-5ee3df46e3986b726491949d25d2ef4ae0d4e831.tar.bz2 gentoo-2-5ee3df46e3986b726491949d25d2ef4ae0d4e831.zip |
Introduce python_replicate_script(), to create copies of a Python script for all installed implementations.
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 753a175e9c03..4bafbedef7f9 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.476 2012/10/29 09:25:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.477 2012/10/29 09:46:03 mgorny Exp $ + + 29 Oct 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: + Introduce python_replicate_script(), to create copies of a Python script for + all installed implementations. 29 Oct 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: Introduce python_export_best() to obtain variables for the most preferred |