diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-07-04 06:01:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-07-04 06:01:51 +0000 |
commit | 86b37924acedf9c2945b4ae4e3ed6b8c247f9813 (patch) | |
tree | a5235a556de4383845de6b5257554d78f83d307c /games-kids/crayon-physics | |
parent | old (diff) | |
download | gentoo-2-86b37924acedf9c2945b4ae4e3ed6b8c247f9813.tar.gz gentoo-2-86b37924acedf9c2945b4ae4e3ed6b8c247f9813.tar.bz2 gentoo-2-86b37924acedf9c2945b4ae4e3ed6b8c247f9813.zip |
add slot to libsdl dep
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-kids/crayon-physics')
-rw-r--r-- | games-kids/crayon-physics/ChangeLog | 5 | ||||
-rw-r--r-- | games-kids/crayon-physics/crayon-physics-55.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-kids/crayon-physics/ChangeLog b/games-kids/crayon-physics/ChangeLog index 834c5af0b264..6d69e27e1237 100644 --- a/games-kids/crayon-physics/ChangeLog +++ b/games-kids/crayon-physics/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2013/06/02 18:50:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/ChangeLog,v 1.5 2013/07/04 06:01:51 mr_bones_ Exp $ + + 04 Jul 2013; Michael Sterrett <mr_bones_@gentoo.org> crayon-physics-55.ebuild: + add slot to libsdl dep 02 Jun 2013; Julian Ospald <hasufell@gentoo.org> crayon-physics-55.ebuild: splitdebug is not invalid diff --git a/games-kids/crayon-physics/crayon-physics-55.ebuild b/games-kids/crayon-physics/crayon-physics-55.ebuild index c2ca69e178e8..931bbd366612 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 # 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.4 2013/06/02 18:50:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild,v 1.5 2013/07/04 06:01:50 mr_bones_ Exp $ EAPI=5 @@ -38,7 +38,7 @@ RDEPEND=" x11-libs/libX11 !bundled-libs? ( media-libs/libmikmod - media-libs/libsdl[X,audio,video,opengl,joystick] + media-libs/libsdl:0[X,audio,video,opengl,joystick] media-libs/libvorbis media-libs/sdl-image[png,jpeg,tiff] media-libs/sdl-mixer[vorbis,wav] |