diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-21 17:34:27 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-21 17:34:27 -0500 |
commit | cf00534e64f93c0992faf2584a970f1910afcc5a (patch) | |
tree | bc30c87a7b4835a31effb044b6fdfb485853ec77 /games-puzzle/krystaldrop | |
parent | make pgkcheck happy about SRC_URI (diff) | |
download | gentoo-cf00534e64f93c0992faf2584a970f1910afcc5a.tar.gz gentoo-cf00534e64f93c0992faf2584a970f1910afcc5a.tar.bz2 gentoo-cf00534e64f93c0992faf2584a970f1910afcc5a.zip |
mask games-fps/ut2004-ultraduel for removal
Diffstat (limited to 'games-puzzle/krystaldrop')
-rw-r--r-- | games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild b/games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild index 9e173dde092c..9bda85a8bf3f 100644 --- a/games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild +++ b/games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit eutils games DESCRIPTION="Free clone of an excellent NeoGeo puzzle game, Magical Drop" @@ -16,12 +16,12 @@ KEYWORDS="amd64 x86" IUSE="" DEPEND="virtual/opengl - media-libs/libsdl - media-libs/sdl-image + media-libs/libsdl[opengl,video] + media-libs/sdl-image[jpeg,png] media-libs/sdl-mixer media-libs/sdl-ttf dev-libs/libxml2" -RDEPEND="${DEPEND}" +RDEPEND=${DEPEND} S=${WORKDIR}/${PN} @@ -39,14 +39,13 @@ src_prepare() { sed -i \ -e "/^EXEDIR:=/ s|$|/bin|" \ - -e "/^INSTALL_PREFIX:=/ s|$|${D}|" Makefile \ - || die "sed Makefile failed" + -e "/^INSTALL_PREFIX:=/ s|$|${D}|" \ + Makefile || die # fix the high score location sed -i \ -e "s:BINDIR:\"${GAMES_STATEDIR}/${PN}\":" \ - Sources/KrystalDrop/Controller/HighScoresController.cpp \ - || die "sed HighScoresController.cpp failed" + Sources/KrystalDrop/Controller/HighScoresController.cpp || die } src_install() { |