From 677e8e05b5907bcb0ecb87af28b1a7bf5c0c800c Mon Sep 17 00:00:00 2001 From: Tiziano Müller Date: Wed, 20 Oct 2010 05:58:54 +0000 Subject: Make the build verbose. (Portage version: 2.2_rc94/cvs/Linux x86_64) --- dev-cpp/libcult/ChangeLog | 5 ++++- dev-cpp/libcult/libcult-1.4.6.ebuild | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'dev-cpp') diff --git a/dev-cpp/libcult/ChangeLog b/dev-cpp/libcult/ChangeLog index ac05feb6ed42..416b56f3de6e 100644 --- a/dev-cpp/libcult/ChangeLog +++ b/dev-cpp/libcult/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libcult # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcult/ChangeLog,v 1.1 2010/10/20 05:55:48 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcult/ChangeLog,v 1.2 2010/10/20 05:58:54 dev-zero Exp $ + + 20 Oct 2010; Tiziano Müller libcult-1.4.6.ebuild: + Make the build verbose. *libcult-1.4.6 (20 Oct 2010) diff --git a/dev-cpp/libcult/libcult-1.4.6.ebuild b/dev-cpp/libcult/libcult-1.4.6.ebuild index e0ef1f1b9734..91d8292d8e10 100644 --- a/dev-cpp/libcult/libcult-1.4.6.ebuild +++ b/dev-cpp/libcult/libcult-1.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcult/libcult-1.4.6.ebuild,v 1.1 2010/10/20 05:55:48 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcult/libcult-1.4.6.ebuild,v 1.2 2010/10/20 05:58:54 dev-zero Exp $ EAPI="2" @@ -55,6 +55,8 @@ cxx_gnu_optimization_options := cat >> build/ld/configuration-lib-dynamic.make <<- EOF ld_lib_type := shared EOF + + MAKEOPTS+=" verbose=1" } src_install() { -- cgit v1.2.3-65-gdbad