summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-05-03 09:20:56 +0000
committerMichał Górny <mgorny@gentoo.org>2013-05-03 09:20:56 +0000
commit52e4c6f4bb4d92097afeb566f9ea621dc328e88d (patch)
tree80ca1a41c942d80ba62d2e5018f485bfdf664543 /eclass/ChangeLog
parentVersion bump, add truetype use flag. (diff)
downloadgentoo-2-52e4c6f4bb4d92097afeb566f9ea621dc328e88d.tar.gz
gentoo-2-52e4c6f4bb4d92097afeb566f9ea621dc328e88d.tar.bz2
gentoo-2-52e4c6f4bb4d92097afeb566f9ea621dc328e88d.zip
Support disabling .la pruning completely.
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 105899985b20..69123f95c055 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.810 2013/05/01 15:48:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.811 2013/05/03 09:20:56 mgorny Exp $
+
+ 03 May 2013; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
+ Support disabling .la pruning completely.
01 May 2013; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
Inline src_test and allow passing arguments.