summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-01-24 21:38:41 +0000
committerPacho Ramos <pacho@gentoo.org>2013-01-24 21:38:41 +0000
commit7021fc4a40661a0673266f0a77b2672ab173edb0 (patch)
treebac1452056b7d9532b77970ba5c72c5dd34d1344 /eclass/ChangeLog
parentinstall default config files wrt #453838 (diff)
downloadgentoo-2-7021fc4a40661a0673266f0a77b2672ab173edb0.tar.gz
gentoo-2-7021fc4a40661a0673266f0a77b2672ab173edb0.tar.bz2
gentoo-2-7021fc4a40661a0673266f0a77b2672ab173edb0.zip
Include FORCE_PRINT_ELOG variable to for printing of messages when desired. Thanks to Tomáš Chvátal for his suggestions.
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 ef635b1fc7a0..12148807d501 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.634 2013/01/24 00:58:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.635 2013/01/24 21:38:41 pacho Exp $
+
+ 24 Jan 2013; Pacho Ramos <pacho@gentoo.org> readme.gentoo.eclass:
+ Include FORCE_PRINT_ELOG variable to for printing of messages when desired.
+ Thanks to Tomáš Chvátal for his suggestions.
24 Jan 2013; Tim Harder <radhermit@gentoo.org> vim-plugin.eclass:
Only display vim plugin help elog messages for new installs.