dev-embedded/zmac: update EAPI 7 -> 9

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2026-03-08 10:04:58 +01:00
parent e4ad87f45a
commit 83cf7d7ae4

View File

@@ -1,13 +1,14 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=9
inherit toolchain-funcs
DESCRIPTION="Z80 macro cross-assembler"
HOMEPAGE="https://www.tim-mann.org/trs80resources.html"
SRC_URI="https://www.tim-mann.org/trs80/${PN}${PV//.}.zip"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
@@ -15,8 +16,6 @@ KEYWORDS="amd64 x86"
BDEPEND="app-arch/unzip"
S="${WORKDIR}"
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
}