Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-mud/tkmoo/
Date: Fri, 06 May 2016 02:50:35
Message-Id: 1462502946.3c1da61c5803b27357118b40dbb65b3330e67a4f.mr_bones_@gentoo
1 commit: 3c1da61c5803b27357118b40dbb65b3330e67a4f
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 01:57:30 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 02:49:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1da61c
7
8 games-mud/tkmoo: set RDEPEND
9
10 Package-Manager: portage-2.2.26
11
12 games-mud/tkmoo/tkmoo-0.3.32.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-mud/tkmoo/tkmoo-0.3.32.ebuild b/games-mud/tkmoo/tkmoo-0.3.32.ebuild
16 index 7e18745..e45d197 100644
17 --- a/games-mud/tkmoo/tkmoo-0.3.32.ebuild
18 +++ b/games-mud/tkmoo/tkmoo-0.3.32.ebuild
19 @@ -1,9 +1,8 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 -
27 inherit eutils games
28
29 MY_PN=${PN/moo/MOO-light}
30 @@ -20,6 +19,7 @@ IUSE=""
31 DEPEND="
32 >=dev-lang/tcl-8.3.3:0=
33 >=dev-lang/tk-8.3.3:0="
34 +RDEPEND=${DEPEND}
35
36 S=${WORKDIR}/${MY_P}