# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
LIBRETRO_REPO_NAME="libretro/mgba"
LIBRETRO_COMMIT_SHA="88b22735dbdbc4d6236ed872ef21ea1b4d2fc492"
inherit libretro-core
DESCRIPTION="mGBA Game Boy Advance Emulator"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_prepare() {
default
sed -i -e 's/-O3//g' libretro-build/Makefile.linux* || die
}