Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68093 - typo in net-wireless/kismet-2004.04.1-r1 ebuild causes depend problem
Summary: typo in net-wireless/kismet-2004.04.1-r1 ebuild causes depend problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-18 21:33 UTC by Heinachi
Modified: 2004-10-19 01:51 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 Heinachi 2004-10-18 21:33:37 UTC
the problem is in the ebuild for: net-wireless/kismet-2004.04.1-r1

it's a minor typo, a forgotten space at in the depend variable setting that causes it to look for dev-perl/libwww-perl) instead of dev-perl/libwww-perl

here's the line as is: (line # 20)
DEPEND="gps? ( >=dev-libs/expat-1.95.4 dev-libs/gmp media-gfx/imagemagick dev-perl/libwww-perl)

here's the fixed line:
DEPEND="gps? ( >=dev-libs/expat-1.95.4 dev-libs/gmp media-gfx/imagemagick dev-perl/libwww-perl )

note the space between "dev-perl/libwww-perl" and ")"

at any rate it's a minor typo.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Marc Hildebrand (RETIRED) gentoo-dev 2004-10-19 01:51:07 UTC
Fixed.
Thanks for the submission!