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/uz2unpack/
Date: Fri, 06 May 2016 02:50:47
Message-Id: 1462502946.97c380dc47d3ca5cc38b76a7d8ce09780fe4c81b.mr_bones_@gentoo
1 commit: 97c380dc47d3ca5cc38b76a7d8ce09780fe4c81b
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 02:48:29 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=97c380dc
7
8 games-util/uz2unpack: set RDEPEND
9
10 Package-Manager: portage-2.2.26
11
12 games-util/uz2unpack/uz2unpack-0.1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-util/uz2unpack/uz2unpack-0.1.ebuild b/games-util/uz2unpack/uz2unpack-0.1.ebuild
16 index fb54dba..2e7359b 100644
17 --- a/games-util/uz2unpack/uz2unpack-0.1.ebuild
18 +++ b/games-util/uz2unpack/uz2unpack-0.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,6 +15,7 @@ SLOT="0"
26 KEYWORDS="amd64 ~ppc x86"
27
28 DEPEND="sys-libs/zlib"
29 +RDEPEND=${DEPEND}
30
31 src_compile() {
32 emake CC="$(tc-getCC)" LDLIBS=-lz ${PN}