diff options
author | 2012-10-29 09:23:58 +0000 | |
---|---|---|
committer | 2012-10-29 09:23:58 +0000 | |
commit | 509bd2b7527c2af7396a9f0a52213af2d3423160 (patch) | |
tree | 7a436033c08045d406685ed88be793dae686b968 /eclass/ChangeLog | |
parent | Version bump, bugfixes and security fixes. Remove previous vulnerable 4.5.x v... (diff) | |
download | gentoo-2-509bd2b7527c2af7396a9f0a52213af2d3423160.tar.gz gentoo-2-509bd2b7527c2af7396a9f0a52213af2d3423160.tar.bz2 gentoo-2-509bd2b7527c2af7396a9f0a52213af2d3423160.zip |
Add getters for common Python variables.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 13f4d94df76b..c4081f1626b0 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.474 2012/10/29 09:22:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.475 2012/10/29 09:23:58 mgorny Exp $ + + 29 Oct 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: + Add getters for common Python variables. 29 Oct 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: Add support for obtaining Python site-packages directory. |