diff options
author | 2012-12-20 23:35:17 +0000 | |
---|---|---|
committer | 2012-12-20 23:35:17 +0000 | |
commit | 0ec3738a167f4cc4ed91987dee3d74bc05b9f344 (patch) | |
tree | 451e9490bd6fca674fe376ce4b93854723285280 /eclass/ChangeLog | |
parent | Migrate to distutils-r1. Make tests actually fail. (diff) | |
download | gentoo-2-0ec3738a167f4cc4ed91987dee3d74bc05b9f344.tar.gz gentoo-2-0ec3738a167f4cc4ed91987dee3d74bc05b9f344.tar.bz2 gentoo-2-0ec3738a167f4cc4ed91987dee3d74bc05b9f344.zip |
Commonize the code for obtaining the Python interpreter dependency string.
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 3e4e1739d7e4..a595c6b11f49 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.571 2012/12/20 21:01:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.572 2012/12/20 23:35:17 mgorny Exp $ + + 20 Dec 2012; Michał Górny <mgorny@gentoo.org> python-any-r1.eclass, + python-r1.eclass, python-single-r1.eclass, python-utils-r1.eclass: + Commonize the code for obtaining the Python interpreter dependency string. 20 Dec 2012; Justin Lecher <jlec@gentoo.org> flag-o-matic.eclass: Add fix for nen gnu compiler which use -x as command line arg internally, |