Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117745 - net-analyzer/packit-1.0 needs net-libs/libpcap
Summary: net-analyzer/packit-1.0 needs net-libs/libpcap
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-04 07:51 UTC by Michael Zanetta
Modified: 2006-01-10 11:01 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 Michael Zanetta 2006-01-04 07:51:07 UTC
Hi there,

There is a bug in the packit ebuild where packit needs net-libs/libpcap and not virtual/libpcap.

If you have libpcap-ringbuffer then the packit deps are blocked.

...
IUSE=""

DEPEND=">=net-libs/libnet-1.1.2
	net-libs/libpcap"

src_unpack() {
...

The DEPEND should be

DEPEND=">=net-libs/libnet-1.1.2
	virtual/libpcap"

Thanks in advance,
Michael
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2006-01-10 11:01:02 UTC
In cvs, thanks.