Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206628 - dev-python/pymsn has an error in RDEPEND
Summary: dev-python/pymsn has an error in RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Santiago M. Mola (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-19 11:44 UTC by Alessandro Chirico
Modified: 2008-02-18 21:26 UTC (History)
2 users (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 Alessandro Chirico 2008-01-19 11:44:14 UTC
in dev-python/pymsn-0.3.{0,1} ebuilds there's a little error in RDEPEND:
RDEPEND="${RDEPEND}"
It should be:
RDEPEND="${DEPEND}"

Otherwise with 'emerge --depclean --with-bdeps n' some needed dependencies will be uninstalled

Reproducible: Always

Steps to Reproduce:
Comment 1 Santiago M. Mola (RETIRED) gentoo-dev 2008-01-19 12:04:59 UTC
Fixed. Thanks for reporting!
Comment 2 Julien Enche 2008-02-18 21:26:02 UTC
There's also an error in DEPEND. pymsn doesn't depend on dev-python/pygtk but only on dev-python/pygobject.