diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-07 18:35:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-07 18:35:04 +0000 |
commit | 257693436045b69af14e37a735f89608696ddb64 (patch) | |
tree | b6fb178d809b9c5e7bcd6556d7a0e0507b09387b /games-strategy | |
parent | Added ~x86 keyword. Bug #143050, reported by Nguyen Thai Ngoc Duy <pclouds at... (diff) | |
download | gentoo-2-257693436045b69af14e37a735f89608696ddb64.tar.gz gentoo-2-257693436045b69af14e37a735f89608696ddb64.tar.bz2 gentoo-2-257693436045b69af14e37a735f89608696ddb64.zip |
Add media-libs/sdl-ttf deps as pointed out by Dmitry Kim via bug #143106
(Portage version: 2.1.1_pre4-r3)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.21.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog index 1a77fd246832..648e6d6504ef 100644 --- a/games-strategy/glob2/ChangeLog +++ b/games-strategy/glob2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/glob2 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.31 2006/08/06 07:12:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.32 2006/08/07 18:35:04 mr_bones_ Exp $ + + 07 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.8.21.ebuild: + Add media-libs/sdl-ttf deps as pointed out by Dmitry Kim via bug #143106 *glob2-0.8.21 (06 Aug 2006) diff --git a/games-strategy/glob2/glob2-0.8.21.ebuild b/games-strategy/glob2/glob2-0.8.21.ebuild index ede581f275e4..91d58ab51059 100644 --- a/games-strategy/glob2/glob2-0.8.21.ebuild +++ b/games-strategy/glob2/glob2-0.8.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.21.ebuild,v 1.1 2006/08/06 07:12:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.21.ebuild,v 1.2 2006/08/07 18:35:04 mr_bones_ Exp $ inherit games @@ -18,6 +18,7 @@ DEPEND="virtual/opengl >=media-libs/libsdl-1.2.0 media-libs/libpng media-libs/sdl-net + media-libs/sdl-ttf media-libs/sdl-image media-libs/libvorbis >=media-libs/speex-1.1 |