Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 261015 Details for
Bug 351156
[kde overlay] dev-libs/grantlee-0.1.7 fails when doc use flag is enabled
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to resolve this bug
grantlee-apidox.patch (text/plain), 1.22 KB, created by
David E. Narváez
on 2011-01-29 16:42:04 UTC
(
hide
)
Description:
Patch to resolve this bug
Filename:
MIME Type:
Creator:
David E. Narváez
Created:
2011-01-29 16:42:04 UTC
Size:
1.22 KB
patch
obsolete
>diff --git a/dev-libs/grantlee/grantlee-0.1.5.ebuild b/dev-libs/grantlee/grantlee-0.1.5.ebuild >index 62d7a9c..f82ad15 100644 >--- a/dev-libs/grantlee/grantlee-0.1.5.ebuild >+++ b/dev-libs/grantlee/grantlee-0.1.5.ebuild >@@ -42,7 +42,7 @@ src_compile() { > } > > src_install() { >- use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidocs/html/") >+ use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidox/") > > cmake-utils_src_install > } >diff --git a/dev-libs/grantlee/grantlee-0.1.7.ebuild b/dev-libs/grantlee/grantlee-0.1.7.ebuild >index 42589a5..24f5236 100644 >--- a/dev-libs/grantlee/grantlee-0.1.7.ebuild >+++ b/dev-libs/grantlee/grantlee-0.1.7.ebuild >@@ -42,7 +42,7 @@ src_compile() { > } > > src_install() { >- use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidocs/html/") >+ use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidox/") > > cmake-utils_src_install > } >diff --git a/dev-libs/grantlee/grantlee-9999.ebuild b/dev-libs/grantlee/grantlee-9999.ebuild >index 28f3216..1905e6f 100644 >--- a/dev-libs/grantlee/grantlee-9999.ebuild >+++ b/dev-libs/grantlee/grantlee-9999.ebuild >@@ -42,7 +42,7 @@ src_compile() { > } > > src_install() { >- use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidocs/html/") >+ use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidox/") > > cmake-utils_src_install > }
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 351156
: 261015