diff options
author | 2012-11-26 08:31:26 +0000 | |
---|---|---|
committer | 2012-11-26 08:31:26 +0000 | |
commit | 4d3bf6ce982f56b440303b1c16b8c371a1a0d091 (patch) | |
tree | ad77833c9f397f973a92d2b1035aa3c55dbec584 /eclass/ChangeLog | |
parent | Version bump to fix location of libexecdir (bug #437146). Removed old versions (diff) | |
download | gentoo-2-4d3bf6ce982f56b440303b1c16b8c371a1a0d091.tar.gz gentoo-2-4d3bf6ce982f56b440303b1c16b8c371a1a0d091.tar.bz2 gentoo-2-4d3bf6ce982f56b440303b1c16b8c371a1a0d091.zip |
Override incompatible functions in python-single-r1 directly, instead of adding checks to python-r1.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index db271fbc9b42..144ec657b6ff 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.519 2012/11/25 07:19:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.520 2012/11/26 08:31:26 mgorny Exp $ + + 26 Nov 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass, + python-single-r1.eclass: + Override incompatible functions in python-single-r1 directly, instead of + adding checks to python-r1. 25 Nov 2012; Pacho Ramos <pacho@gentoo.org> emul-linux-x86.eclass: Really install only libs, not everything included in .so* (#442910 by SpanKY, |