Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176630 | Differences between
and this patch

Collapse All | Expand All

(-)CPAN.pm (+1 lines)
Lines 199-204 Link Here
199
    # While we're at it, get the ${S} dir for the ebuld ;)
199
    # While we're at it, get the ${S} dir for the ebuld ;)
200
    $self->{'cpan'}{ lc($module_name) }{'portage_sdir'} = $pack->{build_dir};
200
    $self->{'cpan'}{ lc($module_name) }{'portage_sdir'} = $pack->{build_dir};
201
    $self->{'cpan'}{ lc($module_name) }{'portage_sdir'} =~ s{.*/}{}xmsg;
201
    $self->{'cpan'}{ lc($module_name) }{'portage_sdir'} =~ s{.*/}{}xmsg;
202
    $self->{'cpan'}{ lc($module_name) }{'portage_sdir'} =~ s{-[A-Za-z]+$}{};
202
    # If name is bundle::, then scan the bundle's deps, otherwise findep it
203
    # If name is bundle::, then scan the bundle's deps, otherwise findep it
203
    if (lc($module_name) =~ m{^bundle\::})
204
    if (lc($module_name) =~ m{^bundle\::})
204
    {
205
    {

Return to bug 176630