summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-02 03:49:31 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-02 03:49:31 -0500
commit219b14e4e498682f90278b1c485ee93bd23fdf62 (patch)
treee1c04fdfd06bc9d13c08b4addc7214c8ceb963ed /games-fps/transfusion-bin
parentsys-block/nbd: Fix bigendian build. (diff)
downloadgentoo-219b14e4e498682f90278b1c485ee93bd23fdf62.tar.gz
gentoo-219b14e4e498682f90278b1c485ee93bd23fdf62.tar.bz2
gentoo-219b14e4e498682f90278b1c485ee93bd23fdf62.zip
games-fps/transfusion-bin: EAPI=5; tidy
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-fps/transfusion-bin')
-rw-r--r--games-fps/transfusion-bin/transfusion-bin-1.01.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild b/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild
index 1c2361aa376b..0432e4d4a64f 100644
--- a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild
+++ b/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
inherit eutils games
MY_PN=${PN/-bin/}
@@ -33,7 +34,7 @@ src_install() {
#...then mass copy everything to the install dir...
dodir "${dir}"
- cp -R * "${Ddir}" || die "cp failed"
+ cp -R * "${Ddir}" || die
# ...and remove the docs since we don't need them installed twice.
rm -rf \