summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-03 00:46:43 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-03 01:15:07 -0500
commitbf29dbb1da073cc92c599db362015fe616f6fedd (patch)
tree48285d5d335f23e08ffc3989cff69f0a091dbc84
parentgames-fps/quake3-lrctf: EAPI=5 (diff)
downloadgentoo-bf29dbb1da073cc92c599db362015fe616f6fedd.tar.gz
gentoo-bf29dbb1da073cc92c599db362015fe616f6fedd.tar.bz2
gentoo-bf29dbb1da073cc92c599db362015fe616f6fedd.zip
games-fps/quake3-matrix: EAPI=5
Package-Manager: portage-2.2.24
-rw-r--r--games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
index d19d4757234f..860fee27ceb8 100644
--- a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
+++ b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
@@ -2,8 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
-
+EAPI=5
MOD_DESC="Matrix conversion mod"
MOD_NAME="Matrix"
MOD_DIR="matrix"
@@ -18,7 +17,7 @@ KEYWORDS="amd64 ~ppc x86"
IUSE="dedicated opengl"
src_unpack() {
- mkdir ${MOD_DIR}
- cd ${MOD_DIR}
+ mkdir ${MOD_DIR} || die
+ cd ${MOD_DIR} || die
unpack ${A}
}