summaryrefslogtreecommitdiff
path: root/games-fps/aaut
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 23:09:44 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 23:45:38 -0500
commit7711a14c370eb415072de175a7e15bbadf6a087a (patch)
tree8ec59d5b551d51f76c6f19788c118f15a5999b6e /games-fps/aaut
parent93d4009769d3c7ac3bf3c56fc443346a60f8f445 (diff)
downloadgentoo-7711a14c370eb415072de175a7e15bbadf6a087a.tar.gz
gentoo-7711a14c370eb415072de175a7e15bbadf6a087a.tar.xz
games-fps/aaut: EAPI=5
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps/aaut')
-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 47f39fb91c6..f877046ac1d 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
}