diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-07 21:27:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-07 21:27:26 +0000 |
commit | c2b2d58345746f90f9601b4b1645295e36b9fc46 (patch) | |
tree | 6eeb3666e8673a4f122abee743cbdc193aa93bec /games-roguelike/scourge | |
parent | x86 stable, bug #193947 (diff) | |
download | gentoo-2-c2b2d58345746f90f9601b4b1645295e36b9fc46.tar.gz gentoo-2-c2b2d58345746f90f9601b4b1645295e36b9fc46.tar.bz2 gentoo-2-c2b2d58345746f90f9601b4b1645295e36b9fc46.zip |
add sdl-ttf to the deps for bug #195011
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-roguelike/scourge')
-rw-r--r-- | games-roguelike/scourge/ChangeLog | 5 | ||||
-rw-r--r-- | games-roguelike/scourge/scourge-0.19.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-roguelike/scourge/ChangeLog b/games-roguelike/scourge/ChangeLog index 2c52935962cb..6ee3c5d1acf5 100644 --- a/games-roguelike/scourge/ChangeLog +++ b/games-roguelike/scourge/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/scourge # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/ChangeLog,v 1.28 2007/10/05 17:56:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/ChangeLog,v 1.29 2007/10/07 21:27:26 mr_bones_ Exp $ + + 07 Oct 2007; Michael Sterrett <mr_bones_@gentoo.org> scourge-0.19.ebuild: + add sdl-ttf to the deps for bug #195011 *scourge-0.19 (05 Oct 2007) diff --git a/games-roguelike/scourge/scourge-0.19.ebuild b/games-roguelike/scourge/scourge-0.19.ebuild index bde61f0bffb5..5836b06fa22d 100644 --- a/games-roguelike/scourge/scourge-0.19.ebuild +++ b/games-roguelike/scourge/scourge-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/scourge-0.19.ebuild,v 1.1 2007/10/05 17:56:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/scourge-0.19.ebuild,v 1.2 2007/10/07 21:27:26 mr_bones_ Exp $ inherit autotools eutils wxwidgets games @@ -20,6 +20,7 @@ RDEPEND="virtual/glu media-libs/libsdl media-libs/sdl-net media-libs/sdl-mixer + media-libs/sdl-ttf virtual/libintl editor? ( =x11-libs/wxGTK-2.6* )" DEPEND="${RDEPEND} |