Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169805 - Bad deps on net-misc/zaptel
Summary: Bad deps on net-misc/zaptel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-07 18:36 UTC by Gustavo Felisberto (RETIRED)
Modified: 2007-03-07 21:17 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 Gustavo Felisberto (RETIRED) gentoo-dev 2007-03-07 18:36:08 UTC
The Zaptel driver should not have a runtime dep on linux-sources.

I talked with solar and....
:
Index: zaptel-1.2.12-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.2.12-r1.ebuild,v
retrieving revision 1.1
diff -u -b -B -r1.1 zaptel-1.2.12-r1.ebuild
--- zaptel-1.2.12-r1.ebuild	17 Jan 2007 17:51:21 -0000	1.1
+++ zaptel-1.2.12-r1.ebuild	7 Mar 2007 18:29:26 -0000
@@ -29,11 +29,12 @@
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~ppc ~x86"
 
-DEPEND="virtual/libc
-	virtual/linux-sources
+RDEPEND="virtual/libc
 	dev-libs/libusb
 	>=dev-libs/newt-0.50.0"
 
+DEPEND="${RDEPEND} virtual/linux-sources"
+
 # list of echo canceller use flags,
 # first active in this list is selected (=order does matter)
 ZAP_EC_FLAGS="ecmark ecmark2 ecmark3 ecsteve ecsteve2 eckb1 ecmg2"