Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 520670 Details for
Bug 648594
kde5-functions.eclass: punt_bogus_dep() breaks if ${T}/bogus${dep} is empty
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix_kde5-functions.eclass_for_cygwin.patch
fix_kde5-functions.eclass_for_cygwin.patch (text/plain), 669 bytes, created by
Sven Eden
on 2018-02-23 09:49:31 UTC
(
hide
)
Description:
fix_kde5-functions.eclass_for_cygwin.patch
Filename:
MIME Type:
Creator:
Sven Eden
Created:
2018-02-23 09:49:31 UTC
Size:
669 bytes
patch
obsolete
>--- a/usr/portage/eclass/kde5-functions.eclass 2018-01-25 13:38:10.735366800 +0100 >+++ b/usr/portage/eclass/kde5-functions.eclass 2018-01-25 13:38:57.637032300 +0100 >@@ -351,7 +351,9 @@ > local first=$(head -n 1 "${T}/bogus${dep}" | cut -d ":" -f 1) > local last=$(( ${length} + ${first} - 1)) > >- sed -e "${first},${last}s/${dep}//" -i CMakeLists.txt || die >+ if [[ ${length} -gt 0 ]] ; then >+ sed -e "${first},${last}s/${dep}//" -i CMakeLists.txt || die >+ fi > > if [[ ${length} = 1 ]] ; then > sed -e "/find_package\s*(\s*${prefix}\(\s\+\(REQUIRED\|CONFIG\|COMPONENTS\|\${[A-Z0-9_]*}\)\)\+\s*)/Is/^/# removed by kde5-functions.eclass - /" -i CMakeLists.txt || die
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 648594
: 520670