summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:47:57 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:47:57 +0000
commit5adc9388122e7b1aaea862cd2db5c49a5752dc93 (patch)
tree2bf33664843883344de4d1471980e891afc847cd /games-kids
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-5adc9388122e7b1aaea862cd2db5c49a5752dc93.tar.gz
gentoo-2-5adc9388122e7b1aaea862cd2db5c49a5752dc93.tar.bz2
gentoo-2-5adc9388122e7b1aaea862cd2db5c49a5752dc93.zip
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/memonix/ChangeLog8
-rw-r--r--games-kids/memonix/memonix-1.6.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-kids/memonix/ChangeLog b/games-kids/memonix/ChangeLog
index 660c31281e89..cbed8b05e932 100644
--- a/games-kids/memonix/ChangeLog
+++ b/games-kids/memonix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-kids/memonix
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/memonix/ChangeLog,v 1.5 2013/07/04 06:01:50 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/memonix/ChangeLog,v 1.6 2014/05/15 16:47:57 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> memonix-1.6.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
04 Jul 2013; Michael Sterrett <mr_bones_@gentoo.org> memonix-1.6.ebuild:
add slot to libsdl dep
diff --git a/games-kids/memonix/memonix-1.6.ebuild b/games-kids/memonix/memonix-1.6.ebuild
index a1f00297bda6..1bcf0afebb20 100644
--- a/games-kids/memonix/memonix-1.6.ebuild
+++ b/games-kids/memonix/memonix-1.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/memonix/memonix-1.6.ebuild,v 1.5 2013/07/04 06:01:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/memonix/memonix-1.6.ebuild,v 1.6 2014/05/15 16:47:57 ulm Exp $
EAPI=4
inherit cmake-utils games
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND="media-libs/libsdl:0[audio,opengl,video]
+DEPEND="media-libs/libsdl:0[sound,opengl,video]
media-libs/sdl-image[jpeg]
media-libs/sdl-mixer[vorbis]
!games-kids/memonix-bin"