diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-01-04 01:26:22 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-01-04 01:26:22 +0000 |
commit | c049f3ac0848be742fd49fb70aa9fff735aba4e3 (patch) | |
tree | 557546c714a2cda8f554e9ddf0563be33562e083 /eclass/ChangeLog | |
parent | Initial import, ebuild by me. (diff) | |
download | historical-c049f3ac0848be742fd49fb70aa9fff735aba4e3.tar.gz historical-c049f3ac0848be742fd49fb70aa9fff735aba4e3.tar.bz2 historical-c049f3ac0848be742fd49fb70aa9fff735aba4e3.zip |
Don't tell the user to set USE_PYTHON when a package does not support python2.7 or python3.2.
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 0e8f4921edab..d0f23a0a1381 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.593 2013/01/03 20:30:47 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.594 2013/01/04 01:26:22 floppym Exp $ + + 04 Jan 2013; Mike Gilbert <floppym@gentoo.org> python-r1.eclass: + Don't tell the user to set USE_PYTHON when a package does not support + python2.7 or python3.2. 03 Jan 2013; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: fixed mistake for emake:-all emake:-install between old and new plugin |