diff options
Diffstat (limited to 'games-puzzle/concentration')
-rw-r--r-- | games-puzzle/concentration/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/concentration/concentration-1.2-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-puzzle/concentration/ChangeLog b/games-puzzle/concentration/ChangeLog index 4fa67200c500..bd10cb219bd7 100644 --- a/games-puzzle/concentration/ChangeLog +++ b/games-puzzle/concentration/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/concentration -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.12 2010/08/13 13:18:48 josejx Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.13 2014/05/15 16:50:04 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> concentration-1.2-r1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> concentration-1.2-r1.ebuild: Marked ppc stable for bug #325149. diff --git a/games-puzzle/concentration/concentration-1.2-r1.ebuild b/games-puzzle/concentration/concentration-1.2-r1.ebuild index 1b73ab34de3c..a460d4cc0ff8 100644 --- a/games-puzzle/concentration/concentration-1.2-r1.ebuild +++ b/games-puzzle/concentration/concentration-1.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 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.4 2010/08/13 13:18:48 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.5 2014/05/15 16:50:04 ulm Exp $ EAPI=2 inherit eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="media-libs/libsdl[audio,video] +DEPEND="media-libs/libsdl[sound,video] media-libs/sdl-mixer[vorbis] media-libs/sdl-image[png] media-libs/sdl-ttf" |