summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:36:02 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:36:02 +0000
commit6bc38bdf2c4a0be633d3c01b30f8c06ac1ec615f (patch)
treec43837a6d283882e36b0cba4869ab76e54898924 /games-emulation/gcube
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-6bc38bdf2c4a0be633d3c01b30f8c06ac1ec615f.tar.gz
gentoo-2-6bc38bdf2c4a0be633d3c01b30f8c06ac1ec615f.tar.bz2
gentoo-2-6bc38bdf2c4a0be633d3c01b30f8c06ac1ec615f.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-emulation/gcube')
-rw-r--r--games-emulation/gcube/ChangeLog8
-rw-r--r--games-emulation/gcube/gcube-0.4-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/gcube/ChangeLog b/games-emulation/gcube/ChangeLog
index a92897f75c61..405d92aeeebe 100644
--- a/games-emulation/gcube/ChangeLog
+++ b/games-emulation/gcube/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/gcube
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gcube/ChangeLog,v 1.12 2012/10/23 12:22:50 tupone Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gcube/ChangeLog,v 1.13 2014/05/15 16:36:02 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> gcube-0.4-r1.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
23 Oct 2012; Tupone Alfredo <tupone@gentoo.org> gcube-0.4-r1.ebuild,
+files/gcube-0.4-gcc47.patch:
diff --git a/games-emulation/gcube/gcube-0.4-r1.ebuild b/games-emulation/gcube/gcube-0.4-r1.ebuild
index 649be9a17b51..4f207e48d7a3 100644
--- a/games-emulation/gcube/gcube-0.4-r1.ebuild
+++ b/games-emulation/gcube/gcube-0.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gcube/gcube-0.4-r1.ebuild,v 1.8 2012/10/23 12:22:50 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gcube/gcube-0.4-r1.ebuild,v 1.9 2014/05/15 16:36:02 ulm Exp $
EAPI=4
inherit eutils games
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc x86"
IUSE=""
DEPEND="virtual/opengl
- media-libs/libsdl[audio,joystick,video]
+ media-libs/libsdl[sound,joystick,video]
virtual/jpeg
sys-libs/ncurses
sys-libs/zlib"