summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-03-02 12:54:31 +0000
committerMichał Górny <mgorny@gentoo.org>2013-03-02 12:54:31 +0000
commit7edb15329c57348fcf92d18808dac39b43b671c4 (patch)
treef3525d4385933e1c2ef1085d2bf3b54905a397d8 /eclass/ChangeLog
parentAdded skiptest.patch for 1.2.1 versions skipping tests set to fail, wrt Bug #... (diff)
downloadgentoo-2-7edb15329c57348fcf92d18808dac39b43b671c4.tar.gz
gentoo-2-7edb15329c57348fcf92d18808dac39b43b671c4.tar.bz2
gentoo-2-7edb15329c57348fcf92d18808dac39b43b671c4.zip
Remove deprecation warnings wrt bug #452160. The code will not be removed anymore since the eclass will be deprecated at some point.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 12ea07303154..0cec392ddbe3 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.698 2013/03/02 07:17:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.699 2013/03/02 12:54:31 mgorny Exp $
+
+ 02 Mar 2013; Michał Górny <mgorny@gentoo.org> python.eclass:
+ Remove deprecation warnings wrt bug #452160. The code will not be removed
+ anymore since the eclass will be deprecated at some point.
02 Mar 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass:
Run *_all() phases in best-impl sources, in an in-source build.