diff options
author | 2023-01-21 16:30:03 -0500 | |
---|---|---|
committer | 2023-01-21 16:33:48 -0500 | |
commit | be98c1802bdf0e8a885a6409cb82a796d8298380 (patch) | |
tree | fe220164bc87b82f6706f1ff3e6f09849f37ab3a /app-emulation | |
parent | media-sound/deadbeef: Stabilize 1.9.3 x86, #891599 (diff) | |
download | gentoo-be98c1802bdf0e8a885a6409cb82a796d8298380.tar.gz gentoo-be98c1802bdf0e8a885a6409cb82a796d8298380.tar.bz2 gentoo-be98c1802bdf0e8a885a6409cb82a796d8298380.zip |
app-emulation/wine-staging: change upstream-commit source
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 6e64e8c69828..b8f5abf23231 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -153,7 +153,10 @@ src_unpack() { EGIT_CHECKOUT_DIR=${WORKDIR}/${P} git-r3_src_unpack - EGIT_COMMIT=$(<"${EGIT_CHECKOUT_DIR}"/staging/upstream-commit) || die + # call script for now given the upstream-commit file is sometime outdated + EGIT_COMMIT=$("${BASH}" "${EGIT_CHECKOUT_DIR}"/patches/patchinstall.sh --upstream-commit) || die + #EGIT_COMMIT=$(<"${EGIT_CHECKOUT_DIR}"/staging/upstream-commit) || die + EGIT_REPO_URI=${WINE_EGIT_REPO_URI} EGIT_CHECKOUT_DIR=${S} einfo "Fetching Wine commit matching the current patchset by default (${EGIT_COMMIT})" |