commit:     2f64bdcb263bceb2174ccf4ab2e0e8f29bba9c9c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 01:08:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 01:13:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f64bdcb

games-util/uz2unpack: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-util/uz2unpack/uz2unpack-0.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-util/uz2unpack/uz2unpack-0.1.ebuild 
b/games-util/uz2unpack/uz2unpack-0.1.ebuild
index 494df27d5a6..253cecd8ad3 100644
--- a/games-util/uz2unpack/uz2unpack-0.1.ebuild
+++ b/games-util/uz2unpack/uz2unpack-0.1.ebuild
@@ -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}

Reply via email to