From: Michael Sterrett Date: Sun, 3 Jan 2016 05:46:43 +0000 (-0500) Subject: games-fps/quake3-matrix: EAPI=5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bf29dbb1da073cc92c599db362015fe616f6fedd;p=gentoo.git games-fps/quake3-matrix: EAPI=5 Package-Manager: portage-2.2.24 --- 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} }