Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 173480 Details for
Bug 245954
[TRACKER] KDE 3.5.10
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
upps - this should be instead
kde-functions.eclass.diff (text/plain), 1.08 KB, created by
Maciej Mrozowski
on 2008-11-26 16:06:19 UTC
(
hide
)
Description:
upps - this should be instead
Filename:
MIME Type:
Creator:
Maciej Mrozowski
Created:
2008-11-26 16:06:19 UTC
Size:
1.08 KB
patch
obsolete
>--- /usr/portage/eclass/kde-functions.eclass 2008-10-04 17:37:46.000000000 +0200 >+++ /usr/local/portage/reavertm/eclass/kde-functions.eclass 2008-11-26 15:26:06.000000000 +0100 >@@ -717,18 +717,11 @@ > if [[ -n "$KDEPREFIX" ]]; then > export PREFIX="$KDEPREFIX" > else >- if [[ -z "$KDEBASE" ]]; then >- case $PN in >- libkipi|libkdcraw|libkexiv2) export PREFIX="/usr/kde/3.5";; >- *) export PREFIX="/usr";; >- esac >- else >- case $KDEMAJORVER.$KDEMINORVER in >- 3.5) export PREFIX="/usr/kde/3.5";; >- 5.0) export PREFIX="/usr/kde/svn";; >- *) die "failed to set PREFIX";; >- esac >- fi >+ case $KDEMAJORVER.$KDEMINORVER in >+ 3*) export PREFIX="/usr/kde/3.5";; >+ 5.0) export PREFIX="/usr/kde/svn";; >+ *) die "failed to set PREFIX";; >+ esac > fi > > # kdelibs location >@@ -748,7 +741,7 @@ > else > # kde-base ebuilds must always use the exact version of kdelibs they came with > case $KDEMAJORVER.$KDEMINORVER in >- 3.5) export KDEDIR="/usr/kde/3.5";; >+ 3*) export KDEDIR="/usr/kde/3.5";; > 5.0) export KDEDIR="/usr/kde/svn";; > *) die "failed to set KDEDIR";; > esac
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 245954
:
173479
|
173480