commit: 4199179f0d5134613838d3f2a746721f50df20ac Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Dec 29 21:17:46 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Dec 31 02:46:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4199179f
games-action/wordwarvi: EAPI8 bump, fix bug #910281 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://bugs.gentoo.org/910281 Closes: https://github.com/gentoo/gentoo/pull/34549 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> games-action/wordwarvi/wordwarvi-1.00-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild b/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild index 44004a19afbe..675a8a0027f4 100644 --- a/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild +++ b/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop toolchain-funcs -DESCRIPTION="retro side-scrolling shoot'em up based on the editor war story" +DESCRIPTION="Retro side-scrolling shoot'em up based on the editor war story" HOMEPAGE="https://wordwarvi.sourceforge.net" SRC_URI="mirror://sourceforge/wordwarvi/${P}.tar.gz" @@ -40,7 +40,7 @@ src_prepare() { } src_compile() { - tc-export CC PKG_CONFIG + tc-export BUILD_CC CC PKG_CONFIG emake \ PREFIX="/usr" \
