Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262149 - net-analyzer/aimsniff-0.9-r2 is missing RDEPEND
Summary: net-analyzer/aimsniff-0.9-r2 is missing RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-11 15:36 UTC by Michael Zanetta
Modified: 2009-04-27 21:44 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 2009-03-11 15:36:51 UTC
Hi,

Somewhat, the RDEPEND was stripped from -r1 to -r2. Please re-add it as it breaks binary merging and/or depclean.

I'll paste it inline since it's trivial

--- aimsniff-0.9-r2.ebuild.old	2009-03-11 16:15:53.000000000 +0000
+++ aimsniff-0.9-r2.ebuild	2009-03-11 16:24:23.000000000 +0000
@@ -27,6 +27,7 @@
 	dev-perl/Unix-Syslog
 	mysql? ( virtual/mysql dev-perl/DBD-mysql )
 	samba? ( net-fs/samba )"
+RDEPEND="${DEPEND}"
 
 want_apache2 http
 
Btw, there's a "new" version 1.0beta [1] dated 1/22/2006 but it needs a new perl lib (Proc-PID-File) and an aimsniff lib installed in perl module dir. I'll see if I have the time to make it for you and attach it to a new bug.

[1] http://aimsniff.com/downloads.html

Reproducible: Always
Comment 1 Patrick Lauer gentoo-dev 2009-04-27 21:44:21 UTC
+  27 Apr 2009; Patrick Lauer <patrick@gentoo.org> aimsniff-0.9-r2:
+  Adding RDEPEND again, fixes #262149