games-util/uz2unpack: port to EAPI 7

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-19 01:08:55 +00:00
parent 7dc9554c50
commit 2f64bdcb26

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=7
inherit toolchain-funcs
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="sys-libs/zlib"
RDEPEND=${DEPEND}
RDEPEND="${DEPEND}"
src_compile() {
emake CC="$(tc-getCC)" LDLIBS=-lz ${PN}