diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-29 22:17:46 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-31 03:46:30 +0100 |
commit | 4199179f0d5134613838d3f2a746721f50df20ac (patch) | |
tree | bd3a240736b4d26b214af0ccd82952d94bc75140 /games-action/wordwarvi | |
parent | sys-apps/memtest86: EAPI8 bump, fixing bug #912301 (diff) | |
download | gentoo-4199179f0d5134613838d3f2a746721f50df20ac.tar.gz gentoo-4199179f0d5134613838d3f2a746721f50df20ac.tar.bz2 gentoo-4199179f0d5134613838d3f2a746721f50df20ac.zip |
games-action/wordwarvi: EAPI8 bump, fix bug #910281
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://bugs.gentoo.org/910281
Closes: https://github.com/gentoo/gentoo/pull/34549
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-action/wordwarvi')
-rw-r--r-- | games-action/wordwarvi/wordwarvi-1.00-r1.ebuild | 6 |
1 files 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" \ |