Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 444004 Details for
Bug 591976
app-emulation/wine-9999 USE=staging uses WINE EGIT_COMMIT value for fetching staging sources (and fails?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix that temporarily unsets EGIT_COMMIT
wine-9999-disable-egit-commit-for-staging.patch (text/plain), 659 bytes, created by
Kim Nilsson
on 2016-08-23 23:33:33 UTC
(
hide
)
Description:
Fix that temporarily unsets EGIT_COMMIT
Filename:
MIME Type:
Creator:
Kim Nilsson
Created:
2016-08-23 23:33:33 UTC
Size:
659 bytes
patch
obsolete
>--- a/app-emulation/wine/wine-9999.ebuild 2016-08-24 07:13:02.466525973 +0800 >+++ b/app-emulation/wine/wine-9999.ebuild 2016-08-24 07:19:47.576512692 +0800 >@@ -286,9 +286,15 @@ > if use staging; then > local WINE_COMMIT=${EGIT_VERSION} > >+ # Staging does not use the same commit as WINE, temporarily unset >+ unset EGIT_COMMIT >+ > git-r3_fetch "${STAGING_EGIT_REPO_URI}" > git-r3_checkout "${STAGING_EGIT_REPO_URI}" "${STAGING_DIR}" > >+ # Restore WINE commit >+ EGIT_COMMIT=${WINE_COMMIT} >+ > local STAGING_COMMIT=$("${STAGING_DIR}/patches/patchinstall.sh" --upstream-commit) || die > > if [[ "${WINE_COMMIT}" != "${STAGING_COMMIT}" ]]; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 591976
: 444004