diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-07-02 00:40:03 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-07-02 00:40:03 +0000 |
commit | 7521e3941a27463e7f91aa396cb1261c583442b9 (patch) | |
tree | a6d6571f66023d4db388b24e65a8fc8b18cc29f9 /games-strategy/naev | |
parent | version bump (diff) | |
download | gentoo-2-7521e3941a27463e7f91aa396cb1261c583442b9.tar.gz gentoo-2-7521e3941a27463e7f91aa396cb1261c583442b9.tar.bz2 gentoo-2-7521e3941a27463e7f91aa396cb1261c583442b9.zip |
make build log verbose
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-strategy/naev')
-rw-r--r-- | games-strategy/naev/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/naev/naev-0.5.3.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
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 <hasufell@gentoo.org> naev-0.5.3.ebuild: + make build log verbose 07 Feb 2013; Ulrich Müller <ulm@gentoo.org> 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}" \ |