diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:33:13 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:33:13 +0000 |
commit | 54283f646780c8a04447c090156d3285fdbade7c (patch) | |
tree | 9fbea6812f86040d2018b8d583f4bcfa8b697baf /games-arcade | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-54283f646780c8a04447c090156d3285fdbade7c.tar.gz gentoo-2-54283f646780c8a04447c090156d3285fdbade7c.tar.bz2 gentoo-2-54283f646780c8a04447c090156d3285fdbade7c.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-arcade')
-rw-r--r-- | games-arcade/syobon/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/syobon/syobon-1.0.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/syobon/ChangeLog b/games-arcade/syobon/ChangeLog index 80090ab5cb21..9a5aa6610fb5 100644 --- a/games-arcade/syobon/ChangeLog +++ b/games-arcade/syobon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/syobon -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/syobon/ChangeLog,v 1.5 2012/05/04 04:22:28 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/syobon/ChangeLog,v 1.6 2014/05/15 16:33:13 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> syobon-1.0.1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 04 May 2012; Jeff Horelick <jdhore@gentoo.org> syobon-1.0.1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/games-arcade/syobon/syobon-1.0.1.ebuild b/games-arcade/syobon/syobon-1.0.1.ebuild index 34edfdab507c..e95746f2e8bc 100644 --- a/games-arcade/syobon/syobon-1.0.1.ebuild +++ b/games-arcade/syobon/syobon-1.0.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-arcade/syobon/syobon-1.0.1.ebuild,v 1.5 2012/05/04 04:22:28 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/syobon/syobon-1.0.1.ebuild,v 1.6 2014/05/15 16:33:13 ulm Exp $ EAPI=2 inherit games @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="media-libs/libsdl[audio,video,joystick] +RDEPEND="media-libs/libsdl[sound,video,joystick] media-libs/sdl-gfx media-libs/sdl-image[png] media-libs/sdl-ttf |