From 2caacfc04e5a53a9c1d3a6ef0d846dc368b8f5fc Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Mon, 12 Aug 2013 14:45:51 +0000 Subject: Enable verbose build, wrt bug #444346. Thanks to Agostino Sarubbo for discovering this issue Package-Manager: portage-2.2.0_alpha193/cvs/Linux x86_64 Manifest-Sign-Key: 0x1F357D42 --- app-emulation/qemu-user/qemu-user-1.0.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'app-emulation/qemu-user/qemu-user-1.0.ebuild') diff --git a/app-emulation/qemu-user/qemu-user-1.0.ebuild b/app-emulation/qemu-user/qemu-user-1.0.ebuild index 25f82f948c90..ad2f4567c9d3 100644 --- a/app-emulation/qemu-user/qemu-user-1.0.ebuild +++ b/app-emulation/qemu-user/qemu-user-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.0.ebuild,v 1.8 2012/12/09 17:26:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.0.ebuild,v 1.9 2013/08/12 14:45:44 pinkbyte Exp $ EAPI=4 @@ -103,6 +103,11 @@ src_configure() { ./configure ${conf_opts} --target-list="${user_targets}" || die "econf failed" } +src_compile() { + # enable verbose build, bug #444346 + emake V=1 +} + src_install() { emake DESTDIR="${ED}" install -- cgit v1.2.3-65-gdbad