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-util/umodpack/
Date: Fri, 06 May 2016 02:50:54
Message-Id: 1462502946.b3e99f3e23e89626974812c78a1b2dd6760d8c8f.mr_bones_@gentoo
1 commit: b3e99f3e23e89626974812c78a1b2dd6760d8c8f
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 02:45:55 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=b3e99f3e
7
8 games-util/umodpack: set RDEPEND
9
10 Package-Manager: portage-2.2.26
11
12 games-util/umodpack/umodpack-0.5_beta16-r2.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild b/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild
16 index 2a93979..be99b73 100644
17 --- a/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild
18 +++ b/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild
19 @@ -20,6 +20,7 @@ DEPEND="virtual/perl-IO-Compress
20 dev-perl/Archive-Zip
21 dev-perl/Tie-IxHash
22 tk? ( dev-perl/Tk )"
23 +RDEPEND=${DEPEND}
24
25 S=${WORKDIR}/${MY_P}
26 SRC_TEST="do parallel"