diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:39:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:39:09 +0000 |
commit | a7fcdbc0c3a36ae4efed81b8fb52e7d393792bcc (patch) | |
tree | 896209e5b1e345c1a9b971a70068669b1cbd83b4 /games-emulation | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-a7fcdbc0c3a36ae4efed81b8fb52e7d393792bcc.tar.gz gentoo-2-a7fcdbc0c3a36ae4efed81b8fb52e7d393792bcc.tar.bz2 gentoo-2-a7fcdbc0c3a36ae4efed81b8fb52e7d393792bcc.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')
-rw-r--r-- | games-emulation/openmsx/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/openmsx/openmsx-0.9.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/openmsx/ChangeLog b/games-emulation/openmsx/ChangeLog index 57f0f8afb84f..63065b3edf9e 100644 --- a/games-emulation/openmsx/ChangeLog +++ b/games-emulation/openmsx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/openmsx -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.48 2013/01/24 18:01:44 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.49 2014/05/15 16:39:09 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> openmsx-0.9.1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 24 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -files/openmsx-0.8.1-libpng15.patch, -openmsx-0.8.1.ebuild: diff --git a/games-emulation/openmsx/openmsx-0.9.1.ebuild b/games-emulation/openmsx/openmsx-0.9.1.ebuild index 3d3d12b12852..f5f14b4a0e4a 100644 --- a/games-emulation/openmsx/openmsx-0.9.1.ebuild +++ b/games-emulation/openmsx/openmsx-0.9.1.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/openmsx/openmsx-0.9.1.ebuild,v 1.4 2012/12/04 15:41:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild,v 1.5 2014/05/15 16:39:09 ulm Exp $ EAPI=2 inherit eutils games @@ -17,7 +17,7 @@ IUSE="" DEPEND="dev-lang/tcl dev-libs/libxml2 media-libs/libpng:0 - media-libs/libsdl[audio,video] + media-libs/libsdl[sound,video] media-libs/glew media-libs/sdl-image[png] media-libs/sdl-ttf |