diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-21 16:38:45 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-21 16:47:25 -0500 |
commit | eae345a6bfd35e9359994631095d339f622c7dab (patch) | |
tree | e97a4be2e99d3b0daa63bcbf99ba0df9842a6161 /app-emulation | |
parent | dev-python/pip-run: Keyword 10.0.3 for ~m68k (diff) | |
download | gentoo-eae345a6bfd35e9359994631095d339f622c7dab.tar.gz gentoo-eae345a6bfd35e9359994631095d339f622c7dab.tar.bz2 gentoo-eae345a6bfd35e9359994631095d339f622c7dab.zip |
app-emulation/wine-staging: cleanup upstream-commit comments
Figure will just leave it like that, looking at history its
updates are rather intermittent (e.g. rc3 is there but not
rc1,2,4).
Hopefully script will be more reliable, not that overly like
running a fetched script in src_unpack given it can write
outside the work tree (albeit it already /used/ to be ran before
switched, and live ebuilds aren't safe by nature either way).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index b8f5abf23231..b23645292240 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -153,10 +153,7 @@ src_unpack() { EGIT_CHECKOUT_DIR=${WORKDIR}/${P} git-r3_src_unpack - # 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})" |