diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-12 23:09:44 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-12 23:45:38 -0500 |
commit | 7711a14c370eb415072de175a7e15bbadf6a087a (patch) | |
tree | 8ec59d5b551d51f76c6f19788c118f15a5999b6e /games-fps | |
parent | games-fps/ut2004-crossfire: EAPI=5 (diff) | |
download | gentoo-7711a14c370eb415072de175a7e15bbadf6a087a.tar.gz gentoo-7711a14c370eb415072de175a7e15bbadf6a087a.tar.bz2 gentoo-7711a14c370eb415072de175a7e15bbadf6a087a.zip |
games-fps/aaut: EAPI=5
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/aaut/aaut-1.ebuild | 3 |
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 } |