summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 6171b5bf1fd6..4a889cae9757 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.515 2012/11/21 09:04:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.516 2012/11/21 09:06:42 mgorny Exp $
+
+ 21 Nov 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass:
+ systemd_do*: use local variable scope instead of subshelling.
21 Nov 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass:
Introduce python_domodule() to install Python modules.