diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-03 00:46:43 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-03 01:15:07 -0500 |
commit | bf29dbb1da073cc92c599db362015fe616f6fedd (patch) | |
tree | 48285d5d335f23e08ffc3989cff69f0a091dbc84 /games-fps/quake3-matrix | |
parent | games-fps/quake3-lrctf: EAPI=5 (diff) | |
download | gentoo-bf29dbb1da073cc92c599db362015fe616f6fedd.tar.gz gentoo-bf29dbb1da073cc92c599db362015fe616f6fedd.tar.bz2 gentoo-bf29dbb1da073cc92c599db362015fe616f6fedd.zip |
games-fps/quake3-matrix: EAPI=5
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-fps/quake3-matrix')
-rw-r--r-- | games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild | 7 |
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} } |