diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-11 20:37:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-11 20:37:55 +0000 |
commit | 315371e85d859d142507d8188d9d862cc2e53a76 (patch) | |
tree | 47e090f68e0ca96be765474d2ae6f39b46779ba8 /games-strategy/glob2 | |
parent | Bug #336609: Fix _FORTIFY_SOURCE. (diff) | |
download | gentoo-2-315371e85d859d142507d8188d9d862cc2e53a76.tar.gz gentoo-2-315371e85d859d142507d8188d9d862cc2e53a76.tar.bz2 gentoo-2-315371e85d859d142507d8188d9d862cc2e53a76.zip |
update sdl-image dep for bug #336791
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-strategy/glob2')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.9.4.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog index d8e0c59db06a..ff3b2968de64 100644 --- a/games-strategy/glob2/ChangeLog +++ b/games-strategy/glob2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/glob2 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.51 2009/11/22 23:19:17 volkmar Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.52 2010/09/11 20:37:55 mr_bones_ Exp $ + + 11 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.9.4.4.ebuild: + update sdl-image dep for bug #336791 22 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> glob2-0.9.4.4.ebuild: Stable for ppc, bug 288636 diff --git a/games-strategy/glob2/glob2-0.9.4.4.ebuild b/games-strategy/glob2/glob2-0.9.4.4.ebuild index ab7f65e42a00..42a8d13b6a69 100644 --- a/games-strategy/glob2/glob2-0.9.4.4.ebuild +++ b/games-strategy/glob2/glob2-0.9.4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.4.4.ebuild,v 1.3 2009/11/22 23:19:17 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.4.4.ebuild,v 1.4 2010/09/11 20:37:55 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -20,7 +20,7 @@ RDEPEND="virtual/opengl media-libs/libsdl[opengl] media-libs/sdl-net media-libs/sdl-ttf - media-libs/sdl-image + media-libs/sdl-image[png] media-libs/libvorbis dev-libs/fribidi media-libs/speex" |