diff options
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 |