diff options
author | 2012-03-20 20:37:21 +0000 | |
---|---|---|
committer | 2012-03-20 20:37:21 +0000 | |
commit | c5881cf5350a579163eb561e2e469da5548606fb (patch) | |
tree | 0bc0c5a946701f6a50a9d3a70dd4d64adddb9c4d /eclass/ChangeLog | |
parent | Bump to 1.13.0 (diff) | |
download | gentoo-2-c5881cf5350a579163eb561e2e469da5548606fb.tar.gz gentoo-2-c5881cf5350a579163eb561e2e469da5548606fb.tar.bz2 gentoo-2-c5881cf5350a579163eb561e2e469da5548606fb.zip |
Apply patch from Arfrever to adjust dependencies in python.eclass.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 3f53dcbb66ac..1ff6deab15a5 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.175 2012/03/20 15:32:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.176 2012/03/20 20:37:21 floppym Exp $ + + 20 Mar 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: + Define _python_implementation() earlier. + Update handling of dependencies. + Patch by Arfrever. Backported from Progress Overlay. + http://code.google.com/p/gentoo-progress/source/detail?r=1705 19 Mar 2012; Michał Górny <mgorny@gentoo.org> vcs-snapshot.eclass: Fix old eclass name in die-message. |