From 7521e3941a27463e7f91aa396cb1261c583442b9 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 2 Jul 2013 00:40:03 +0000 Subject: make build log verbose (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key E73C35B3) --- games-strategy/naev/ChangeLog | 5 ++++- games-strategy/naev/naev-0.5.3.ebuild | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'games-strategy/naev') diff --git a/games-strategy/naev/ChangeLog b/games-strategy/naev/ChangeLog index 31c4eef68beb..76f6e84ee266 100644 --- a/games-strategy/naev/ChangeLog +++ b/games-strategy/naev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/naev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.18 2013/02/07 22:18:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.19 2013/07/02 00:40:03 hasufell Exp $ + + 02 Jul 2013; Julian Ospald naev-0.5.3.ebuild: + make build log verbose 07 Feb 2013; Ulrich Müller naev-0.5.3.ebuild: Move Creative Commons licenses to shorter names. diff --git a/games-strategy/naev/naev-0.5.3.ebuild b/games-strategy/naev/naev-0.5.3.ebuild index a3b050153d46..8bbc2b446cb6 100644 --- a/games-strategy/naev/naev-0.5.3.ebuild +++ b/games-strategy/naev/naev-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.6 2013/02/07 22:18:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.7 2013/07/02 00:40:03 hasufell Exp $ EAPI=2 inherit gnome2-utils games @@ -41,6 +41,10 @@ src_configure() { $(use_with mixer sdlmixer) } +src_compile() { + emake V=1 +} + src_install() { emake \ DESTDIR="${D}" \ -- cgit v1.2.3-65-gdbad