diff options
Diffstat (limited to 'games-arcade/tecnoballz/tecnoballz-0.92.ebuild')
-rw-r--r-- | games-arcade/tecnoballz/tecnoballz-0.92.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild b/games-arcade/tecnoballz/tecnoballz-0.92.ebuild index 4e76da854d61..cf79304a6cd2 100644 --- a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild +++ b/games-arcade/tecnoballz/tecnoballz-0.92.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.8 2012/08/03 16:09:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.9 2015/01/05 19:16:12 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils autotools games DESCRIPTION="An exciting Brick Breaker" @@ -18,6 +18,7 @@ DEPEND="media-libs/libsdl media-libs/sdl-mixer media-libs/sdl-image[png] media-libs/libmikmod:0" +RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch \ @@ -30,8 +31,7 @@ src_prepare() { } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS CHANGES NEWS README + default fperms g+w "${GAMES_STATEDIR}"/${PN}.hi || die make_desktop_entry ${PN} Tecnoballz prepgamesdirs |