Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69959 - Remove dependency on =media-libs/gd-1* from www-apps/nut ebuild
Summary: Remove dependency on =media-libs/gd-1* from www-apps/nut ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-03 11:12 UTC by Manuel McLure
Modified: 2004-11-08 01:17 UTC (History)
0 users

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 Manuel McLure 2004-11-03 11:12:10 UTC
The www-apps/nut-2.0.0 ebuild has a dependency on =media-libs/gd-1* when it is built with the "cgi" use flag. The gd-1* ebuilds have been removed from portage, so this causes the www-apps/nut build to fail.
I tested replacing the requirement with media-libs/gd so it would build against the gd-2* libraries, and nut works fine. There is no longer a need to hold nut back against the gd-1* libraries.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Just changing the

RDEPEND="cgi? ( =media-libs/gd-1* )

line for

RDEPEND="cgi? ( media-libs/gd )

is what is required.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-11-08 01:17:52 UTC
Fixed dep as suggested; cleaned out nut-1

Thanks for the bug report.