Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 422956 Details for
Bug 571966
dev-libs/liborcus: Make building tools optional with USE=tools
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
liborcus USE tools patch
liborcus-tools.patch (text/plain), 725 bytes, created by
Matthew Millar
on 2016-01-15 03:05:26 UTC
(
hide
)
Description:
liborcus USE tools patch
Filename:
MIME Type:
Creator:
Matthew Millar
Created:
2016-01-15 03:05:26 UTC
Size:
725 bytes
patch
obsolete
>--- /usr/portage/dev-libs/liborcus/liborcus-0.7.1.ebuild 2015-08-09 21:34:50.000000000 +0100 >+++ /usr/local/portage/dev-libs/liborcus/liborcus-0.7.1.ebuild 2016-01-15 01:19:11.607997515 +0000 >@@ -19,11 +19,11 @@ > [[ ${PV} == 9999 ]] || \ > KEYWORDS="amd64 ~arm ~ppc x86" > >-IUSE="minimal static-libs" >+IUSE="minimal static-libs tools" > > RDEPEND=" > >=dev-libs/boost-1.51.0:= > !minimal? ( >=dev-libs/libixion-0.9:= ) > sys-libs/zlib:= > " > DEPEND="${RDEPEND} >@@ -37,8 +37,9 @@ > src_configure() { > econf \ > --disable-werror \ > $(usex minimal '--disable-spreadsheet-model' '--enable-spreadsheet-model' ) \ >- $(use_enable static-libs static) >+ $(use_enable static-libs static) \ >+ $(use_with tools) > } > > 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 571966
: 422956 |
422958