summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-06-29 10:28:37 +0000
committerTorsten Veller <tove@gentoo.org>2008-06-29 10:28:37 +0000
commit08b4ce509e4b6c38171f6e95dcaa070df48fc1c5 (patch)
treeb7e122751512ca6d659740077ca18f34130b3395 /games-action
parentAdd missing die: || "..." -> || die "..." (diff)
downloadgentoo-2-08b4ce509e4b6c38171f6e95dcaa070df48fc1c5.tar.gz
gentoo-2-08b4ce509e4b6c38171f6e95dcaa070df48fc1c5.tar.bz2
gentoo-2-08b4ce509e4b6c38171f6e95dcaa070df48fc1c5.zip
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/armagetronad/ChangeLog6
-rw-r--r--games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/armagetronad/ChangeLog b/games-action/armagetronad/ChangeLog
index 8f7fe3971cb9..3b056690aa69 100644
--- a/games-action/armagetronad/ChangeLog
+++ b/games-action/armagetronad/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/armagetronad
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/ChangeLog,v 1.12 2008/05/10 10:59:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/ChangeLog,v 1.13 2008/06/29 10:28:37 tove Exp $
+
+ 29 Jun 2008; Torsten Veller <tove@gentoo.org>
+ armagetronad-0.2.7.1-r1.ebuild:
+ Add missing die: || "..." -> || die "..."
10 May 2008; Mike Frysinger <vapier@gentoo.org>
+files/armagetronad-0.2.7.1-gcc43.patch, armagetronad-0.2.7.1-r1.ebuild:
diff --git a/games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild b/games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild
index 5076864424dd..37639262aed7 100644
--- a/games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild
+++ b/games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild,v 1.7 2008/05/10 10:59:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild,v 1.8 2008/06/29 10:28:37 tove Exp $
inherit eutils games
@@ -49,7 +49,7 @@ src_compile() {
use dedicated && myconf="--disable-glout"
egamesconf ${myconf} || die "egamesconf failed"
emake || die "emake failed"
- make documentation || "make doc failed"
+ make documentation || die "make doc failed"
}
src_install() {