diff options
Diffstat (limited to 'games-puzzle/concentration/concentration-1.2-r1.ebuild')
-rw-r--r-- | games-puzzle/concentration/concentration-1.2-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-puzzle/concentration/concentration-1.2-r1.ebuild b/games-puzzle/concentration/concentration-1.2-r1.ebuild index a460d4cc0ff8..20152f5cf179 100644 --- a/games-puzzle/concentration/concentration-1.2-r1.ebuild +++ b/games-puzzle/concentration/concentration-1.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.5 2014/05/15 16:50:04 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.6 2015/02/18 20:20:08 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="The classic memory game with some new life" @@ -18,13 +18,13 @@ DEPEND="media-libs/libsdl[sound,video] media-libs/sdl-mixer[vorbis] media-libs/sdl-image[png] media-libs/sdl-ttf" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + default newicon pics/set1/19.png ${PN}.png make_desktop_entry ${PN} Concentration - dodoc AUTHORS ChangeLog prepgamesdirs } |