diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 22:48:29 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-05 22:49:06 -0400 |
commit | 97c380dc47d3ca5cc38b76a7d8ce09780fe4c81b (patch) | |
tree | a3126cef556de511c13722f27b65b74b23359f90 /games-util/uz2unpack/uz2unpack-0.1.ebuild | |
parent | games-util/umodpack: set RDEPEND (diff) | |
download | gentoo-97c380dc47d3ca5cc38b76a7d8ce09780fe4c81b.tar.gz gentoo-97c380dc47d3ca5cc38b76a7d8ce09780fe4c81b.tar.bz2 gentoo-97c380dc47d3ca5cc38b76a7d8ce09780fe4c81b.zip |
games-util/uz2unpack: set RDEPEND
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-util/uz2unpack/uz2unpack-0.1.ebuild')
-rw-r--r-- | games-util/uz2unpack/uz2unpack-0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-util/uz2unpack/uz2unpack-0.1.ebuild b/games-util/uz2unpack/uz2unpack-0.1.ebuild index fb54dbae4e52..2e7359b4e6f5 100644 --- a/games-util/uz2unpack/uz2unpack-0.1.ebuild +++ b/games-util/uz2unpack/uz2unpack-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,6 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" DEPEND="sys-libs/zlib" +RDEPEND=${DEPEND} src_compile() { emake CC="$(tc-getCC)" LDLIBS=-lz ${PN} |