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 | 348eb89eb9e2ad813b1abb4006687c5f28536eef (patch) | |
tree | 8737acf0e1dc45a288d09401683d64744e7ebb9d /games-kids/tuxmath/tuxmath-1.7.2.ebuild | |
parent | Version bump. Bug fix release (diff) | |
download | historical-348eb89eb9e2ad813b1abb4006687c5f28536eef.tar.gz historical-348eb89eb9e2ad813b1abb4006687c5f28536eef.tar.bz2 historical-348eb89eb9e2ad813b1abb4006687c5f28536eef.zip |
needs sdl-pango (bug #294235)
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-kids/tuxmath/tuxmath-1.7.2.ebuild')
-rw-r--r-- | games-kids/tuxmath/tuxmath-1.7.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 )" |