diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-02-26 14:36:40 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-02-26 14:36:40 +0000 |
commit | 7889bcfddb48c52e2b5f8c1f330b444e51dc763c (patch) | |
tree | 4e0f1a87105d82781f9455fd8b3a0b4c0c348316 /eclass/ChangeLog | |
parent | Re-enable split logs, now directly handled by python*_foreach_impl(). (diff) | |
download | historical-7889bcfddb48c52e2b5f8c1f330b444e51dc763c.tar.gz historical-7889bcfddb48c52e2b5f8c1f330b444e51dc763c.tar.bz2 historical-7889bcfddb48c52e2b5f8c1f330b444e51dc763c.zip |
prune_libtool_files: support running without pkg-config installed, using sed fallback.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 80eb7c8d9a1a..8049227432a4 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.688 2013/02/26 14:35:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.689 2013/02/26 14:36:40 mgorny Exp $ + + 26 Feb 2013; Michał Górny <mgorny@gentoo.org> eutils.eclass: + prune_libtool_files: support running without pkg-config installed, using sed + fallback. 26 Feb 2013; Michał Górny <mgorny@gentoo.org> python-r1.eclass: Re-enable split logs, now directly handled by python*_foreach_impl(). |