summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-01-24 22:09:23 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-01-24 22:09:23 +0000
commit4b6bc872c6e91e59ea67559b5216c23a5e92c37f (patch)
tree33f5682bc72abcf24cb691bb51f6a866bff920d8 /games-action
parentFix OpenCV dependencies (new useflag, migration to python-single-r1) (diff)
downloadgentoo-2-4b6bc872c6e91e59ea67559b5216c23a5e92c37f.tar.gz
gentoo-2-4b6bc872c6e91e59ea67559b5216c23a5e92c37f.tar.bz2
gentoo-2-4b6bc872c6e91e59ea67559b5216c23a5e92c37f.zip
add sdl-image dep (bug #499080)
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/extreme-tuxracer/ChangeLog8
-rw-r--r--games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild5
2 files changed, 9 insertions, 4 deletions
diff --git a/games-action/extreme-tuxracer/ChangeLog b/games-action/extreme-tuxracer/ChangeLog
index 0aedd1c10dbb..95427aa6a7d7 100644
--- a/games-action/extreme-tuxracer/ChangeLog
+++ b/games-action/extreme-tuxracer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/extreme-tuxracer
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeLog,v 1.13 2013/12/31 04:16:25 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeLog,v 1.14 2014/01/24 22:09:23 mr_bones_ Exp $
+
+ 24 Jan 2014; Michael Sterrett <mr_bones_@gentoo.org>
+ extreme-tuxracer-0.6.0.ebuild:
+ add sdl-image dep (bug #499080)
*extreme-tuxracer-0.6.0 (31 Dec 2013)
diff --git a/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild b/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild
index 6f92679d0600..e15beb842d96 100644
--- a/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild
+++ b/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.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-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild,v 1.1 2013/12/31 04:16:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild,v 1.2 2014/01/24 22:09:23 mr_bones_ Exp $
EAPI=5
inherit eutils gnome2-utils games
@@ -18,6 +18,7 @@ RDEPEND="virtual/opengl
virtual/glu
media-libs/libsdl[X,audio,video]
media-libs/sdl-mixer[vorbis]
+ media-libs/sdl-image[png]
media-libs/freetype:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"