Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300700 - net-analyzer/zabbix-1.8-r1: ${DEPEND} is not in ${RDEPEND}, typo
Summary: net-analyzer/zabbix-1.8-r1: ${DEPEND} is not in ${RDEPEND}, typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-12 11:52 UTC by Nikoli
Modified: 2010-01-12 13:12 UTC (History)
1 user (show)

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 Nikoli 2010-01-12 11:52:00 UTC
All zabbix ebuilds in portage have this problem:
grep DEPEND net-analyzer/zabbix -R
net-analyzer/zabbix/zabbix-1.8.ebuild:DEPEND="snmp? ( net-analyzer/net-snmp )
net-analyzer/zabbix/zabbix-1.8.ebuild:RDEPEND="${RDEPEND}
net-analyzer/zabbix/zabbix-1.8-r1.ebuild:DEPEND="snmp? ( net-analyzer/net-snmp )
net-analyzer/zabbix/zabbix-1.8-r1.ebuild:RDEPEND="${RDEPEND}
net-analyzer/zabbix/zabbix-1.6.7.ebuild:DEPEND="snmp? ( net-analyzer/net-snmp )
net-analyzer/zabbix/zabbix-1.6.7.ebuild:RDEPEND="${RDEPEND}

plese change to:
RDEPEND="${DEPEND}

Reproducible: Always
Comment 1 Patrick Lauer gentoo-dev 2010-01-12 13:12:18 UTC
+  12 Jan 2010; Patrick Lauer <patrick@gentoo.org> zabbix-1.8.ebuild,
+  zabbix-1.8-r1.ebuild:
+  Fixing (R)DEPEND typo, #300700

fixed it for 1.8, thanks for reporting