diff options
author | 2012-11-07 19:17:40 +0000 | |
---|---|---|
committer | 2012-11-07 19:17:40 +0000 | |
commit | 23ec47f0b1fa942fc49280203d028c7433eace5c (patch) | |
tree | 0c966d005e8472b41a65664bdb220344ca793cdd /eclass/ChangeLog | |
parent | Drop 'doc' USE flag as it simply rebuilds documentation and causes bugs like ... (diff) | |
download | gentoo-2-23ec47f0b1fa942fc49280203d028c7433eace5c.tar.gz gentoo-2-23ec47f0b1fa942fc49280203d028c7433eace5c.tar.bz2 gentoo-2-23ec47f0b1fa942fc49280203d028c7433eace5c.zip |
Pass --disable-silent-rules when possible (not needed for eapi5), bug #429308
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 a7f5f0a54e30..6f96481648b6 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.500 2012/11/05 15:15:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.501 2012/11/07 19:17:40 pacho Exp $ + + 07 Nov 2012; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: + Pass --disable-silent-rules when possible (not needed for eapi5), bug #429308 05 Nov 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: Fix enabling byte-compiling. |