diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 21:07:15 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 22:49:06 -0400 |
commit | c60800328d089e03af5689ba9a03f72e23e3d1e6 (patch) | |
tree | 4cca79dc6f3726f2ee75c6062cd96947d262a793 /games-kids | |
parent | app-benchmarks/stress-ng: bump to 0.06.00 (diff) | |
download | gentoo-c60800328d089e03af5689ba9a03f72e23e3d1e6.tar.gz gentoo-c60800328d089e03af5689ba9a03f72e23e3d1e6.tar.bz2 gentoo-c60800328d089e03af5689ba9a03f72e23e3d1e6.zip |
games-kids/tuxtype: set RDEPEND
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxtype/tuxtype-1.8.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-kids/tuxtype/tuxtype-1.8.1.ebuild b/games-kids/tuxtype/tuxtype-1.8.1.ebuild index 50045ea7c921..ebb64cde8b78 100644 --- a/games-kids/tuxtype/tuxtype-1.8.1.ebuild +++ b/games-kids/tuxtype/tuxtype-1.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,12 +14,13 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="svg" -DEPEND="media-libs/libsdl:0[video] +DEPEND="media-libs/libsdl[video] media-libs/sdl-pango media-libs/sdl-mixer media-libs/sdl-image media-libs/sdl-ttf svg? ( gnome-base/librsvg )" +RDEPEND=${DEPEND} S=${WORKDIR}/tuxtype_w_fonts-${PV} |