summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-03 20:06:21 +0000
committerSam James <sam@gentoo.org>2021-04-03 20:15:10 +0000
commitd2d2ec35da7fb74c34a7cb3bc23c928f98bfc8e9 (patch)
tree277dfca23d7d4c10ad95884ad454df958724a1af /games-util
parentgames-util/vispatch: port to EAPI 7 (diff)
downloadgentoo-d2d2ec35da7fb74c34a7cb3bc23c928f98bfc8e9.tar.gz
gentoo-d2d2ec35da7fb74c34a7cb3bc23c928f98bfc8e9.tar.bz2
gentoo-d2d2ec35da7fb74c34a7cb3bc23c928f98bfc8e9.zip
games-util/wiiload: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/wiiload/wiiload-0.5.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-util/wiiload/wiiload-0.5.ebuild b/games-util/wiiload/wiiload-0.5.ebuild
index 036f5aba5c9b..3832c421fd6d 100644
--- a/games-util/wiiload/wiiload-0.5.ebuild
+++ b/games-util/wiiload/wiiload-0.5.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2015 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
-DESCRIPTION="load homebrew apps over the network to your Wii"
+DESCRIPTION="Load homebrew apps over the network to your Wii"
HOMEPAGE="http://wiibrew.org/wiki/Wiiload"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"