diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-18 04:19:09 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-18 04:19:09 -0500 |
commit | 8ec686856243f3cf54f497f77410f8171c493d3f (patch) | |
tree | 8fe6b77732ebab18955e2472cc67ec7a891caa96 | |
parent | EAPI=5; minor tidying (diff) | |
download | gentoo-8ec686856243f3cf54f497f77410f8171c493d3f.tar.gz gentoo-8ec686856243f3cf54f497f77410f8171c493d3f.tar.bz2 gentoo-8ec686856243f3cf54f497f77410f8171c493d3f.zip |
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
-rw-r--r-- | games-action/rafkill/rafkill-1.2.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-action/rafkill/rafkill-1.2.3.ebuild b/games-action/rafkill/rafkill-1.2.3.ebuild index 07d4ee4a99f1..53bb4965df2f 100644 --- a/games-action/rafkill/rafkill-1.2.3.ebuild +++ b/games-action/rafkill/rafkill-1.2.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit eutils scons-utils games DESCRIPTION="space shoot-em-up game" @@ -16,7 +16,7 @@ IUSE="" DEPEND="<media-libs/allegro-5 media-libs/aldumb" -RDEPEND="${DEPEND}" +RDEPEND=${DEPEND} src_prepare() { rm -f {data,music}/.sconsign @@ -27,8 +27,7 @@ src_prepare() { "${FILESDIR}"/${P}-ldflags.patch sed -i \ -e "/^#define INSTALL_DIR/s:\.:${GAMES_DATADIR}:" \ - src/defs.cpp \ - || die "sed failed" + src/defs.cpp || die } src_compile() { |