commit:     e9ae8ab891b79df7310816726d9f67dfaa9732c5
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 22:37:19 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 06:48:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ae8ab8

games-fps/doom3-roe: EAPI=5

Package-Manager: portage-2.2.26

 games-fps/doom3-roe/doom3-roe-1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-fps/doom3-roe/doom3-roe-1.ebuild 
b/games-fps/doom3-roe/doom3-roe-1.ebuild
index 887863a..ea597a8 100644
--- a/games-fps/doom3-roe/doom3-roe-1.ebuild
+++ b/games-fps/doom3-roe/doom3-roe-1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit eutils cdrom games
 
 DESCRIPTION="Doom III: Resurrection of Evil expansion pack"
@@ -32,12 +33,11 @@ src_install() {
        insinto "${dir}"/d3xp
 
        einfo "Copying file from the disk..."
-       doins "${CDROM_ROOT}"/Setup/Data/d3xp/pak000.pk4 \
-               || die "copying pak000"
+       doins "${CDROM_ROOT}"/Setup/Data/d3xp/pak000.pk4
 
        doins description.txt
 
-       find "${Ddir}" -exec touch '{}' \;
+       find "${Ddir}" -exec touch '{}' +
 
        games_make_wrapper ${PN} "doom3 +set fs_game d3xp"
        make_desktop_entry ${PN} "Doom III - Resurrection of Evil" doom3

Reply via email to