From 7f3cdd3e02edd1ecf3b9411da3be4a8a0b215ea9 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 18 Dec 2015 04:24:15 -0500 Subject: EAPI=5; minor tidying Package-Manager: portage-2.2.24 --- games-action/xblast/xblast-2.10.4.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'games-action/xblast') diff --git a/games-action/xblast/xblast-2.10.4.ebuild b/games-action/xblast/xblast-2.10.4.ebuild index bf8cfbc82f02..cc730a38d7c7 100644 --- a/games-action/xblast/xblast-2.10.4.ebuild +++ b/games-action/xblast/xblast-2.10.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit autotools games # Change these as releases changes @@ -49,8 +49,7 @@ src_install() { # Images dodir "${IMAGE_INSTALL_DIR}" - cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \ - || die "cp failed" + cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" || die # Levels insinto "${GAMES_DATADIR}/xblast/level" -- cgit v1.2.3-65-gdbad