commit: dc6f7122c02df39b7ddeb4483cc61ee5ab3f629f
Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Tue Aug 2 00:22:54 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Aug 2 00:22:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc6f7122
games-emulation/dosbox-x: Sync live ebuild
Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
games-emulation/dosbox-x/dosbox-x-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/games-emulation/dosbox-x/dosbox-x-9999.ebuild
b/games-emulation/dosbox-x/dosbox-x-9999.ebuild
index 052e563f5..8605437e9 100644
--- a/games-emulation/dosbox-x/dosbox-x-9999.ebuild
+++ b/games-emulation/dosbox-x/dosbox-x-9999.ebuild
@@ -9,8 +9,8 @@ if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/joncampbell123/dosbox-x.git"
else
-
SRC_URI="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${PV}.tar.gz"
- S="${WORKDIR}/${PN}-${PN}-v${PV}"
+
SRC_URI="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-windows-v${PV}.tar.gz"
+ S="${WORKDIR}/${PN}-${PN}-windows-v${PV}"
KEYWORDS="~amd64"
fi
@@ -106,7 +106,7 @@ src_prepare() {
src_configure() {
local myconf=(
# --disable-core-inline could cause compiler errors
- # as of v0.84.1, so enable it unconditionally
+ # as of v2022.08.0, so enable it unconditionally
--enable-core-inline
# Always use SDL 2, even though the package provides the option
to
@@ -118,7 +118,7 @@ src_configure() {
--enable-sdl2
# Explicitly enable ALSA MIDI support, same as default. As of
- # v0.84.1, even when it is disabled, media-libs/alsa-lib will
+ # v2022.08.0, even when it is disabled, media-libs/alsa-lib will
# still be automagically linked if it is present in the build
# environment (presumably for other components of this package),
# so the dependency cannot be made optional by disabling this