summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/aaut/aaut-1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-fps/aaut/aaut-1.ebuild b/games-fps/aaut/aaut-1.ebuild
index 47f39fb91c66..f877046ac1d0 100644
--- a/games-fps/aaut/aaut-1.ebuild
+++ b/games-fps/aaut/aaut-1.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
inherit games
DESCRIPTION="ascii mode unreal tournament"
@@ -18,6 +19,6 @@ RDEPEND="|| (
media-libs/aalib"
src_install() {
- dogamesbin "${FILESDIR}/aaut" || die "dogamesbin failed"
+ dogamesbin "${FILESDIR}/aaut"
prepgamesdirs
}