diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-23 17:36:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-23 17:36:45 +0000 |
commit | cf5ec27260406558364e98ff1eebf6c7734d15b1 (patch) | |
tree | 70bf3a58219873714460d0d0bfc6666aa3b80e11 /games-kids/tuxmath | |
parent | Version bump. Bug fix release (diff) | |
download | gentoo-2-cf5ec27260406558364e98ff1eebf6c7734d15b1.tar.gz gentoo-2-cf5ec27260406558364e98ff1eebf6c7734d15b1.tar.bz2 gentoo-2-cf5ec27260406558364e98ff1eebf6c7734d15b1.zip |
needs sdl-pango (bug #294235)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-kids/tuxmath')
-rw-r--r-- | games-kids/tuxmath/ChangeLog | 5 | ||||
-rw-r--r-- | games-kids/tuxmath/tuxmath-1.7.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-kids/tuxmath/ChangeLog b/games-kids/tuxmath/ChangeLog index 9e4062972011..df834940376a 100644 --- a/games-kids/tuxmath/ChangeLog +++ b/games-kids/tuxmath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-kids/tuxmath # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v 1.13 2009/11/21 18:45:11 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v 1.14 2009/11/23 17:36:45 mr_bones_ Exp $ + + 23 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> tuxmath-1.7.2.ebuild: + needs sdl-pango (bug #294235) 21 Nov 2009; nixnut <nixnut@gentoo.org> tuxmath-1.7.2.ebuild: ppc stable #292600 diff --git a/games-kids/tuxmath/tuxmath-1.7.2.ebuild b/games-kids/tuxmath/tuxmath-1.7.2.ebuild index 9815dd8cc9af..cef232c11a7a 100644 --- a/games-kids/tuxmath/tuxmath-1.7.2.ebuild +++ b/games-kids/tuxmath/tuxmath-1.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/tuxmath-1.7.2.ebuild,v 1.3 2009/11/21 18:45:11 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/tuxmath-1.7.2.ebuild,v 1.4 2009/11/23 17:36:45 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -16,6 +16,7 @@ KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="nls" RDEPEND="media-libs/libsdl + media-libs/sdl-pango media-libs/sdl-image[jpeg,png] media-libs/sdl-mixer[mikmod] nls? ( virtual/libintl )" |