diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:47:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:47:38 +0000 |
commit | 8c9088de2311b80e005db80e80409d713990884f (patch) | |
tree | 9aa014d16ca8bc70e6201122bfd541e1eda55dd5 /games-kids/crayon-physics | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-8c9088de2311b80e005db80e80409d713990884f.tar.gz gentoo-2-8c9088de2311b80e005db80e80409d713990884f.tar.bz2 gentoo-2-8c9088de2311b80e005db80e80409d713990884f.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-kids/crayon-physics')
-rw-r--r-- | games-kids/crayon-physics/ChangeLog | 8 | ||||
-rw-r--r-- | games-kids/crayon-physics/crayon-physics-55.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-kids/crayon-physics/ChangeLog b/games-kids/crayon-physics/ChangeLog index 2029c88b453f..4f0d986ffea0 100644 --- a/games-kids/crayon-physics/ChangeLog +++ b/games-kids/crayon-physics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-kids/crayon-physics -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/ChangeLog,v 1.6 2013/08/17 12:59:50 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/ChangeLog,v 1.7 2014/05/15 16:47:38 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> crayon-physics-55.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 17 Aug 2013; Julian Ospald <hasufell@gentoo.org> crayon-physics-55.ebuild: amd64, x86 stable wrt #480816 diff --git a/games-kids/crayon-physics/crayon-physics-55.ebuild b/games-kids/crayon-physics/crayon-physics-55.ebuild index bedfa795ce12..b51573fa127d 100644 --- a/games-kids/crayon-physics/crayon-physics-55.ebuild +++ b/games-kids/crayon-physics/crayon-physics-55.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-kids/crayon-physics/crayon-physics-55.ebuild,v 1.6 2013/08/17 12:59:50 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild,v 1.7 2014/05/15 16:47:38 ulm Exp $ EAPI=5 @@ -38,7 +38,7 @@ RDEPEND=" x11-libs/libX11 !bundled-libs? ( media-libs/libmikmod - media-libs/libsdl:0[X,audio,video,opengl,joystick] + media-libs/libsdl:0[X,sound,video,opengl,joystick] media-libs/libvorbis media-libs/sdl-image[png,jpeg,tiff] media-libs/sdl-mixer[vorbis,wav] |