diff options
author | David Seifert <soap@gentoo.org> | 2022-07-02 22:06:54 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-02 22:06:54 +0200 |
commit | cf9efe3408bce9174fc3f7da0d7821f7f7368f30 (patch) | |
tree | 63372ebc3061ffbc369977aee7e70dc46404e24b /app-arch | |
parent | app-arch/bsdsfv: update EAPI 6 -> 8 (diff) | |
download | gentoo-cf9efe3408bce9174fc3f7da0d7821f7f7368f30.tar.gz gentoo-cf9efe3408bce9174fc3f7da0d7821f7f7368f30.tar.bz2 gentoo-cf9efe3408bce9174fc3f7da0d7821f7f7368f30.zip |
app-arch/funzix: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/funzix/funzix-1.0-r1.ebuild (renamed from app-arch/funzix/funzix-1.0.ebuild) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-arch/funzix/funzix-1.0.ebuild b/app-arch/funzix/funzix-1.0-r1.ebuild index 8f62fd7801f6..eae0ebd84376 100644 --- a/app-arch/funzix/funzix-1.0.ebuild +++ b/app-arch/funzix/funzix-1.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs @@ -12,7 +12,9 @@ SRC_URI="mirror://sourceforge/funzix/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" + +RDEPEND="sys-libs/zlib" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-1.0-fix-build-system.patch ) |