Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98212 - Latest libperl pulls groff under uclibc profiles (misses elibc_uclibc magic)
Summary: Latest libperl pulls groff under uclibc profiles (misses elibc_uclibc magic)
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-07 05:24 UTC by Thierry Carrez (RETIRED)
Modified: 2005-07-07 05:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Carrez (RETIRED) gentoo-dev 2005-07-07 05:24:09 UTC
Though the uclibc profile has a -*groff, emerging the recent libperl under an uclibc profile pulls groff.

This is because the latest libperl ebuilds miss the elibc_uclibc magic :
libperl-5.8.5.ebuild:DEPEND="!elibc_uclibc? ( sys-apps/groff )
libperl-5.8.5-r1.ebuild:DEPEND="!elibc_uclibc? ( sys-apps/groff )
libperl-5.8.6.ebuild:DEPEND="!nocxx? ( sys-apps/groff )
libperl-5.8.6-r1.ebuild:DEPEND="!nocxx? ( sys-apps/groff )
libperl-5.8.7.ebuild:DEPEND="!nocxx? ( sys-apps/groff )

libperl-5.8.5 was OK, libperl-5.8.6 is not.
Comment 1 Thierry Carrez (RETIRED) gentoo-dev 2005-07-07 05:43:58 UTC
hmm on closer inspection it might just be working as expected. One more
bugnumber wasted :)