diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-06 22:29:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-06 22:29:18 +0000 |
commit | 9b8486cc712e8991d657c98606a0b2a8ded58d8d (patch) | |
tree | 18ef9c5950774047a38f7680cfad7c8a003b1ebf /games-kids | |
parent | Last-rite epdfview (diff) | |
download | gentoo-2-9b8486cc712e8991d657c98606a0b2a8ded58d8d.tar.gz gentoo-2-9b8486cc712e8991d657c98606a0b2a8ded58d8d.tar.bz2 gentoo-2-9b8486cc712e8991d657c98606a0b2a8ded58d8d.zip |
any mod support will do
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxmath/ChangeLog | 7 | ||||
-rw-r--r-- | games-kids/tuxmath/tuxmath-1.7.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-kids/tuxmath/ChangeLog b/games-kids/tuxmath/ChangeLog index df834940376a..2704897bb2e4 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.14 2009/11/23 17:36:45 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v 1.15 2012/08/06 22:29:18 mr_bones_ Exp $ + + 06 Aug 2012; Michael Sterrett <mr_bones_@gentoo.org> tuxmath-1.7.2.ebuild: + any mod support will do 23 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> tuxmath-1.7.2.ebuild: needs sdl-pango (bug #294235) diff --git a/games-kids/tuxmath/tuxmath-1.7.2.ebuild b/games-kids/tuxmath/tuxmath-1.7.2.ebuild index cef232c11a7a..b1f8ebf1bd6d 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 +# Copyright 1999-2012 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.4 2009/11/23 17:36:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/tuxmath-1.7.2.ebuild,v 1.5 2012/08/06 22:29:18 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -18,7 +18,7 @@ IUSE="nls" RDEPEND="media-libs/libsdl media-libs/sdl-pango media-libs/sdl-image[jpeg,png] - media-libs/sdl-mixer[mikmod] + media-libs/sdl-mixer[mod] nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" |