Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56184 - gperf-2.7.2 ebuild has invalid depatom in dependency
Summary: gperf-2.7.2 ebuild has invalid depatom in dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-05 15:04 UTC by Benjamin Braatz
Modified: 2004-07-05 16:26 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 Benjamin Braatz 2004-07-05 15:04:01 UTC
sean@lois sean $ cat /usr/portage/dev-util/gperf/gperf-2.7.2.ebuild
...
RDEPEND="virtual/libc
        >=sys-apps/sed"
...

">=sys-apps/sed" is not a valid depatom. Should be just "sys-apps/sed".
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-07-05 16:26:18 UTC
>=sys-apps/sed-4 actual, but yes, a bug.  Fixed in CVS.  Thanks for the bug report.