Install this version:
emerge -a =games-emulation/libretro-dosbox-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-emulation/libretro-dosbox-9999
Or alternatively:
emerge --autounmask-write -a =games-emulation/libretro-dosbox-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LIBRETRO_REPO_NAME="libretro/dosbox-libretro"
inherit flag-o-matic libretro-core
DESCRIPTION="DOSBox libretro port"
LICENSE="GPL-2+"
SLOT="0"
src_compile() {
# -Werror=strict-aliasing
# https://bugs.gentoo.org/858707
#
# Yet another unmaintained dosbox fork inheriting the bugs of dosbox.
# No point reporting.
append-flags -fno-strict-aliasing
filter-lto
append-cxxflags -std=gnu++11
default
}