Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 481300

Summary: dev-libs/libpcre : multilib conversion
Product: Gentoo Linux Reporter: Alexis Ballier <aballier>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: multilib+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 454644, 480960    
Attachments: ebuild diff

Description Alexis Ballier gentoo-dev 2013-08-16 13:01:22 UTC
Created attachment 356202 [details, diff]
ebuild diff

I thought it'd need readline/libedit but that's only for the binaries so this one can be converted right now.
Comment 1 Jonathan Callen (RETIRED) gentoo-dev 2013-08-18 18:08:03 UTC
    $(multilib_is_native_abi && echo $(use_enable libedit pcretest-libedit))

shouldn't this just be:

    $(multilib_is_native_abi && use_enable libedit pcretest-libedit)

(and similar for the other cases)
Comment 2 Alexis Ballier gentoo-dev 2013-08-19 11:59:43 UTC
(In reply to Jonathan Callen from comment #1)
>     $(multilib_is_native_abi && echo $(use_enable libedit pcretest-libedit))
> 
> shouldn't this just be:
> 
>     $(multilib_is_native_abi && use_enable libedit pcretest-libedit)
> 
> (and similar for the other cases)

yep, thanks, fixed locally; I hadn't thought about it this way :)
Comment 3 SpanKY gentoo-dev 2013-09-12 21:36:05 UTC
Comment on attachment 356202 [details, diff]
ebuild diff

LGTM (with Jonathan's fixes of course)
Comment 4 Manuel RĂ¼ger (RETIRED) gentoo-dev 2013-10-16 14:27:26 UTC
Ping?
Comment 5 Alexis Ballier gentoo-dev 2013-10-26 09:32:19 UTC
applied