summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:55:29 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:55:29 +0000
commit03d935cdc1290e934baf1ba95abd68e9d56f998a (patch)
treecea7885c74561a91b8cd811631ce7b9f1ff7856b /games-puzzle/zaz
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-03d935cdc1290e934baf1ba95abd68e9d56f998a.tar.gz
gentoo-2-03d935cdc1290e934baf1ba95abd68e9d56f998a.tar.bz2
gentoo-2-03d935cdc1290e934baf1ba95abd68e9d56f998a.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-puzzle/zaz')
-rw-r--r--games-puzzle/zaz/ChangeLog8
-rw-r--r--games-puzzle/zaz/zaz-1.0.0.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-puzzle/zaz/ChangeLog b/games-puzzle/zaz/ChangeLog
index b1a4242972ff..57a64a009bfb 100644
--- a/games-puzzle/zaz/ChangeLog
+++ b/games-puzzle/zaz/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/zaz
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.17 2013/02/07 22:10:18 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.18 2014/05/15 16:55:29 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> zaz-1.0.0.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
07 Feb 2013; Ulrich Müller <ulm@gentoo.org> zaz-1.0.0.ebuild:
Move Creative Commons licenses to shorter names.
diff --git a/games-puzzle/zaz/zaz-1.0.0.ebuild b/games-puzzle/zaz/zaz-1.0.0.ebuild
index 1ae9e361ca4b..88d09c63357c 100644
--- a/games-puzzle/zaz/zaz-1.0.0.ebuild
+++ b/games-puzzle/zaz/zaz-1.0.0.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-puzzle/zaz/zaz-1.0.0.ebuild,v 1.6 2013/02/07 22:10:18 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.7 2014/05/15 16:55:29 ulm Exp $
EAPI=2
inherit autotools eutils games
@@ -16,7 +16,7 @@ IUSE="nls"
RDEPEND="virtual/opengl
virtual/glu
- media-libs/libsdl[X,audio,video]
+ media-libs/libsdl[X,sound,video]
media-libs/sdl-image[jpeg,png]
media-libs/libvorbis
media-libs/libtheora