Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 556224 Details for
Bug 671434
app-text/zathura-0.4.1 add USE=doc to make dev-python/sphinx optional
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
zathura-optional.doc.patch (new file)
zathura-optional-doc.patch (text/plain), 771 bytes, created by
Cedric Sodhi
on 2018-11-25 10:03:35 UTC
(
hide
)
Description:
zathura-optional.doc.patch (new file)
Filename:
MIME Type:
Creator:
Cedric Sodhi
Created:
2018-11-25 10:03:35 UTC
Size:
771 bytes
patch
obsolete
>diff -u -r portage/app-text/zathura-0.4.1/work/zathura-0.4.1/meson.build zathura-new/meson.build >--- a/meson.build 2018-11-25 10:32:26.579931076 +0100 >+++ b/meson.build 2018-11-25 10:31:49.892818941 +0100 >@@ -197,5 +197,8 @@ > ] > ) > >-subdir('doc') >+if get_option('enable-doc') >+ subdir('doc') >+endif >+ > subdir('tests') >diff -u -r portage/app-text/zathura-0.4.1/work/zathura-0.4.1/meson_options.txt zathura-new/meson_options.txt >--- a/meson_options.txt 2018-09-20 21:23:16.000000000 +0200 >+++ b/meson_options.txt 2018-11-25 10:31:49.895818950 +0100 >@@ -18,3 +18,8 @@ > value: true, > description: 'Enable experimental seccomp support if available.' > ) >+option('enable-doc', >+ type: 'boolean', >+ value: true, >+ description: 'Enable man-pages built with sphinx.' >+)
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 671434
:
556222
|
556224
|
556774