summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-11 07:58:00 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-11 07:58:00 +0000
commit6a5556e2145c5874924af9e8fd1ee25f1473ffdd (patch)
treea1db00eeb4cde34f2e9736b49b2c1e4eeab0c44a /eclass/ChangeLog
parentRemove old. (diff)
downloadgentoo-2-6a5556e2145c5874924af9e8fd1ee25f1473ffdd.tar.gz
gentoo-2-6a5556e2145c5874924af9e8fd1ee25f1473ffdd.tar.bz2
gentoo-2-6a5556e2145c5874924af9e8fd1ee25f1473ffdd.zip
Use subshells instead of "local INSDESTTREE" for doins/newins since that confuses people less.
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 65c9dc511dd0..de5d26f5a2ff 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.955 2013/09/10 09:10:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.956 2013/09/11 07:58:00 mgorny Exp $
+
+ 11 Sep 2013; Michał Górny <mgorny@gentoo.org> systemd.eclass:
+ Use subshells instead of "local INSDESTTREE" for doins/newins since that
+ confuses people less.
10 Sep 2013; Michał Górny <mgorny@gentoo.org> multibuild.eclass:
Add new enough coreutils dep wrt bug #484454.