commit: d2d2ec35da7fb74c34a7cb3bc23c928f98bfc8e9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 20:06:21 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 20:15:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d2ec35
games-util/wiiload: port to EAPI 7 Signed-off-by: Sam James <sam <AT> gentoo.org> games-util/wiiload/wiiload-0.5.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-util/wiiload/wiiload-0.5.ebuild b/games-util/wiiload/wiiload-0.5.ebuild index 036f5aba5c9..3832c421fd6 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}"
