commit:     86f34e46c033da09537d24912fcc760563fa3360
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 05:07:54 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 06:48:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f34e46

games-fps/doom3-ducttape: EAPI=5

Package-Manager: portage-2.2.26

 games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild 
b/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild
index 89f745d..7fb11e7 100644
--- a/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild
+++ b/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
+EAPI=5
 
 MOD_DESC="sticks flashlights to your machinegun and shotgun"
 MOD_NAME="Duct Tape"
@@ -18,13 +18,13 @@ KEYWORDS="amd64 x86"
 IUSE="dedicated opengl"
 
 src_unpack() {
-       mkdir ${MOD_DIR}
-       cd ${MOD_DIR}
+       mkdir ${MOD_DIR} || die
+       cd ${MOD_DIR} || die
        unpack ${A}
 }
 
 src_prepare() {
-       rm -f ${MOD_DIR}/pak002.pk4 # for doom3-roe
+       rm -f ${MOD_DIR}/pak002.pk4 || die # for doom3-roe
 }
 
 pkg_postinst() {

Reply via email to