Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 8024

Summary: gentoo-stats missing UserAgent.pm
Product: Gentoo Linux Reporter: Frank Reidel <pusikas>
Component: New packagesAssignee: Maik Schreiber <blizzy-keyword-gentoo_bugs2.a8a736>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Frank Reidel 2002-09-17 07:23:19 UTC
When emerging gentoo-stats, the program would not start, complaining that it
can't find UserAgent.pm. What fixed this problem for me is emerging libwww-perl
and libnet. I looked at the .ebuild of gentoo-stats, and it seems to only list
perl as a dependency.
Comment 1 Maik Schreiber 2002-09-17 08:21:57 UTC
Hmm, in my gentoo-stats-1.0.ebuild, it says. I've never committed another
version of this ebuild, it's the very first one.

RDEPEND=">=sys-devel/perl-5.6.1
	dev-perl/libwww-perl"
DEPEND=""