Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44882 - ebuild for screen-4.0.1-r2 is bugged, leading to error while performing emerge -pu world
Summary: ebuild for screen-4.0.1-r2 is bugged, leading to error while performing emerg...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Donnie Berkholz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-16 12:21 UTC by Frederick Ros
Modified: 2004-04-03 20:14 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 Frederick Ros 2004-03-16 12:21:57 UTC
n/A

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




Lines 19/20 of the ebuild are bugged:

DEPEND="${RDEPEND}"
>=sys-devel/autoconf-2.58"

instead of 

DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.58"


i.e trailing " in line 19
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-03 20:14:06 UTC
This got fixed at some point.