diff options
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} |