diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 21:57:30 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 22:49:06 -0400 |
commit | 3c1da61c5803b27357118b40dbb65b3330e67a4f (patch) | |
tree | 67b77f21a477b8c5c9d36056310b36d3ac6f4ae1 /games-mud | |
parent | games-mud/powwow: set RDEPEND (diff) | |
download | gentoo-3c1da61c5803b27357118b40dbb65b3330e67a4f.tar.gz gentoo-3c1da61c5803b27357118b40dbb65b3330e67a4f.tar.bz2 gentoo-3c1da61c5803b27357118b40dbb65b3330e67a4f.zip |
games-mud/tkmoo: set RDEPEND
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/tkmoo/tkmoo-0.3.32.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-mud/tkmoo/tkmoo-0.3.32.ebuild b/games-mud/tkmoo/tkmoo-0.3.32.ebuild index 7e187456e131..e45d197e52cd 100644 --- a/games-mud/tkmoo/tkmoo-0.3.32.ebuild +++ b/games-mud/tkmoo/tkmoo-0.3.32.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 - inherit eutils games MY_PN=${PN/moo/MOO-light} @@ -20,6 +19,7 @@ IUSE="" DEPEND=" >=dev-lang/tcl-8.3.3:0= >=dev-lang/tk-8.3.3:0=" +RDEPEND=${DEPEND} S=${WORKDIR}/${MY_P} |