diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-12-02 08:05:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-12-02 08:05:34 +0000 |
commit | bc3ac99735bac546a4d0f096e61603f2b781ae69 (patch) | |
tree | 584af13fa53b3d534dc09a7399cc2cc4999e2355 /games-kids | |
parent | Removed versions not working with automake 1.6 (diff) | |
download | gentoo-2-bc3ac99735bac546a4d0f096e61603f2b781ae69.tar.gz gentoo-2-bc3ac99735bac546a4d0f096e61603f2b781ae69.tar.bz2 gentoo-2-bc3ac99735bac546a4d0f096e61603f2b781ae69.zip |
tidy
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxtype/tuxtype-1.5.16.ebuild | 5 | ||||
-rw-r--r-- | games-kids/tuxtype/tuxtype-1.8.1.ebuild | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/games-kids/tuxtype/tuxtype-1.5.16.ebuild b/games-kids/tuxtype/tuxtype-1.5.16.ebuild index 62c47f60ac6e..ea16c5442d43 100644 --- a/games-kids/tuxtype/tuxtype-1.5.16.ebuild +++ b/games-kids/tuxtype/tuxtype-1.5.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.5.16.ebuild,v 1.4 2010/12/02 07:28:57 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.5.16.ebuild,v 1.5 2010/12/02 08:05:34 mr_bones_ Exp $ inherit eutils games @@ -13,12 +13,11 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="" -RDEPEND="media-libs/libsdl +DEPEND="media-libs/libsdl media-libs/sdl-pango media-libs/sdl-mixer media-libs/sdl-image media-libs/sdl-ttf" -DEPEND="${RDEPEND}" S=${WORKDIR}/tuxtype_w_fonts-${PV} diff --git a/games-kids/tuxtype/tuxtype-1.8.1.ebuild b/games-kids/tuxtype/tuxtype-1.8.1.ebuild index 920e8721bd53..95ed79ec368a 100644 --- a/games-kids/tuxtype/tuxtype-1.8.1.ebuild +++ b/games-kids/tuxtype/tuxtype-1.8.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.8.1.ebuild,v 1.1 2010/12/02 07:28:54 tupone Exp $ -EAPI=2 +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.8.1.ebuild,v 1.2 2010/12/02 08:05:34 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="Typing tutorial with lots of eye-candy" @@ -14,12 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="media-libs/libsdl +DEPEND="media-libs/libsdl media-libs/sdl-pango media-libs/sdl-mixer media-libs/sdl-image media-libs/sdl-ttf" -DEPEND="${RDEPEND}" S=${WORKDIR}/tuxtype_w_fonts-${PV} |