summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-06-06 15:37:50 +0000
committerMichał Górny <mgorny@gentoo.org>2012-06-06 15:37:50 +0000
commit6ed19d61c34344af63918f565f6dccaa6e70383b (patch)
tree448e892f8396b0c83a89c19a61d7e7f317ab6e02 /eclass/ChangeLog
parentVersion bump. The new version introduces equations for heat capacity & speed ... (diff)
downloadgentoo-2-6ed19d61c34344af63918f565f6dccaa6e70383b.tar.gz
gentoo-2-6ed19d61c34344af63918f565f6dccaa6e70383b.tar.bz2
gentoo-2-6ed19d61c34344af63918f565f6dccaa6e70383b.zip
Introduce prune_libtool_files() for .la file removal. Based on one used by autotools-utils.
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 bfe5ed3f0e80..180ca73bd41d 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.290 2012/06/05 18:31:54 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.291 2012/06/06 15:37:50 mgorny Exp $
+
+ 06 Jun 2012; Michał Górny <mgorny@gentoo.org> eutils.eclass:
+ Introduce prune_libtool_files() for .la file removal. Based on one used
+ by autotools-utils.
05 Jun 2012; Fabian Groffen <grobian@gentoo.org> autotools.eclass:
Avoid type -P output for glibtoolize, bug #419641