diff options
author | Thomas Kahle <tomka@gentoo.org> | 2012-12-02 20:30:00 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2012-12-02 20:30:00 +0000 |
commit | fc7416405e0cea3a89c6ce5b39fdc7d159c1bc52 (patch) | |
tree | 17609e2494656f048827ac7103c743b1fa6d5fc9 /net-mail | |
parent | Version bump to 3.4.1 Bug #442430 (diff) | |
download | gentoo-2-fc7416405e0cea3a89c6ce5b39fdc7d159c1bc52.tar.gz gentoo-2-fc7416405e0cea3a89c6ce5b39fdc7d159c1bc52.tar.bz2 gentoo-2-fc7416405e0cea3a89c6ce5b39fdc7d159c1bc52.zip |
Make build.log verbose (bug 445696)
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mu/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mu/mu-0.9.6.ebuild | 4 | ||||
-rw-r--r-- | net-mail/mu/mu-0.9.9.ebuild | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-mail/mu/ChangeLog b/net-mail/mu/ChangeLog index 1287ff21f84d..e2ca7322c098 100644 --- a/net-mail/mu/ChangeLog +++ b/net-mail/mu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.15 2012/11/08 18:20:28 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.16 2012/12/02 20:30:00 tomka Exp $ + + 02 Dec 2012; Thomas Kahle <tomka@gentoo.org> mu-0.9.6.ebuild, mu-0.9.9.ebuild: + Make build.log verbose (bug 445696) 08 Nov 2012; Thomas Kahle <tomka@gentoo.org> mu-0.9.6.ebuild: Fix dep also for 0.9.6 diff --git a/net-mail/mu/mu-0.9.6.ebuild b/net-mail/mu/mu-0.9.6.ebuild index 3e177088154b..82aaa06b55f5 100644 --- a/net-mail/mu/mu-0.9.6.ebuild +++ b/net-mail/mu/mu-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.6.ebuild,v 1.5 2012/11/08 18:20:28 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.6.ebuild,v 1.6 2012/12/02 20:30:00 tomka Exp $ EAPI=3 @@ -31,7 +31,7 @@ src_configure() { guiconf="--with-gui=none" fi - econf "${guiconf}" + econf --disable-silent-rules "${guiconf}" } src_install () { diff --git a/net-mail/mu/mu-0.9.9.ebuild b/net-mail/mu/mu-0.9.9.ebuild index c91a970bf15b..c0b9cc772a31 100644 --- a/net-mail/mu/mu-0.9.9.ebuild +++ b/net-mail/mu/mu-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.4 2012/11/07 21:26:39 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.5 2012/12/02 20:30:00 tomka Exp $ EAPI=4 @@ -48,8 +48,10 @@ src_configure() { guiconf="--with-gui=none" fi - # Make a guile USE-flag as soon as >=guile-2 is avaiable + # Todo: Make a guile USE-flag as soon as >=guile-2 is avaiable + # Note: --disable-silent-rules is included in EAPI-5 econf --disable-guile \ + --disable-silent-rules \ $(use_enable gui webkit) \ $(use_enable emacs mu4e) \ ${guiconf} |