diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-07-27 16:31:01 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-07-27 16:31:01 +0000 |
commit | cb95e45d0f329e23c83a9331dcbd6dbcf31c813d (patch) | |
tree | 4c2415dbc66a842cfad9b7b79ca80481d0eaddb3 /eclass/ChangeLog | |
parent | dep on setools should only require python useflag if it exists, -9999 drops it (diff) | |
download | gentoo-2-cb95e45d0f329e23c83a9331dcbd6dbcf31c813d.tar.gz gentoo-2-cb95e45d0f329e23c83a9331dcbd6dbcf31c813d.tar.bz2 gentoo-2-cb95e45d0f329e23c83a9331dcbd6dbcf31c813d.zip |
Drop the USE_PYTHON warning.
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 c0a012ee4e45..ca5959b020de 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1727 2015/07/25 10:07:36 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1728 2015/07/27 16:31:01 floppym Exp $ + + 27 Jul 2015; Mike Gilbert <floppym@gentoo.org> python-r1.eclass: + Drop the USE_PYTHON warning. 25 Jul 2015; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: Add missing ||die to "rm -f" calls, i.e. in case we do not have permission to |