Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481300 - dev-libs/libpcre : multilib conversion
Summary: dev-libs/libpcre : multilib conversion
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gx86-multilib 480960
  Show dependency tree
 
Reported: 2013-08-16 13:01 UTC by Alexis Ballier
Modified: 2013-10-26 09:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild diff (pcre-multilib.patch,2.70 KB, patch)
2013-08-16 13:01 UTC, Alexis Ballier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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