diff options
author | 2013-02-27 21:47:38 +0000 | |
---|---|---|
committer | 2013-02-27 21:47:38 +0000 | |
commit | b55fcd626535cbb3b717f6f82e6d39644bb88e9d (patch) | |
tree | cf510662aa01c81f0530c7798dfb27b66f3befd9 /eclass/ChangeLog | |
parent | Update description. (diff) | |
download | gentoo-2-b55fcd626535cbb3b717f6f82e6d39644bb88e9d.tar.gz gentoo-2-b55fcd626535cbb3b717f6f82e6d39644bb88e9d.tar.bz2 gentoo-2-b55fcd626535cbb3b717f6f82e6d39644bb88e9d.zip |
Export src_prepare() explicitly rather than implicitly through inherits.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 47e7c29facbf..f6d1bce06587 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.693 2013/02/27 21:46:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.694 2013/02/27 21:47:38 mgorny Exp $ + + 27 Feb 2013; Michał Górny <mgorny@gentoo.org> autotools-multilib.eclass: + Export src_prepare() explicitly rather than implicitly through inherits. 27 Feb 2013; Michał Górny <mgorny@gentoo.org> autotools-multilib.eclass: Update description. |