Skip to content

Commit

Permalink
games-action/wordwarvi: EAPI8 bump, fix bug #910281
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>

Closes: https://bugs.gentoo.org/910281
Closes: gentoo#34549
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
mm1ke authored and ConiKost committed Dec 31, 2023
1 parent 654b8d0 commit 4199179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games-action/wordwarvi/wordwarvi-1.00-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -40,7 +40,7 @@ src_prepare() {
}

src_compile() {
tc-export CC PKG_CONFIG
tc-export BUILD_CC CC PKG_CONFIG

emake \
PREFIX="/usr" \
Expand Down

0 comments on commit 4199179

Please sign in to comment.