summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2024-04-07 07:21:57 -0700
committerJoonas Niilola <juippis@gentoo.org>2024-04-29 11:45:19 +0300
commite2dd3c4eaeb7121d246c822633ca01e08ed0cf3d (patch)
tree8ad851c1adaab2b54a16daed3ed2e113e7c15388 /games-emulation
parentgames-emulation/jgemu: keyword 1.0.0 for ~arm, ~arm64, ~ppc, ~ppc64, ~x86 (diff)
downloadgentoo-e2dd3c4eaeb7121d246c822633ca01e08ed0cf3d.tar.gz
gentoo-e2dd3c4eaeb7121d246c822633ca01e08ed0cf3d.tar.bz2
gentoo-e2dd3c4eaeb7121d246c822633ca01e08ed0cf3d.zip
games-emulation/gambatte-jg: use src_configure
Using pkg_setup to set the make arguments was originally copied from dev-vcs/git, but the git ebuild seems to have changed to use src_configure since I did so. Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/gambatte-jg/gambatte-jg-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild b/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild
index f342303e1e39..5b5647ac0425 100644
--- a/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild
+++ b/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild
@@ -45,7 +45,7 @@ BDEPEND="
virtual/pkgconfig
"
-pkg_setup() {
+src_configure() {
local makeopts=(
DISABLE_MODULE=$(usex jgmodule 0 1)
ENABLE_EXAMPLE=$(usex examples 1 0)